Color spaces of #cb9048
RGB | 203 | 144 | 72 |
---|---|---|---|
HSL | 0.09 | 0.56 | 0.54 |
HSV | 33° | 65° | 80° |
CMYK | 0.00 | 0.29 | 0.65 0.20 |
XYZ | 35.7716 | 33.1109 | 10.6366 |
Yxy | 33.1109 | 0.4498 | 0.4164 |
Hunter Lab | 57.5421 | 10.2677 | 29.3197 |
CIE-Lab | 64.2506 | 15.0890 | 46.2522 |
#cb9048 color RGB value is (203,144,72).
#cb9048 hex color red value is 203, green value is 144 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cb9048 hue: 0.09 , saturation: 0.56 and the lightness value of cb9048 is 0.54.
The process color (four color CMYK) of #cb9048 color hex is 0.00, 0.29, 0.65, 0.20. Web safe color of #cb9048 is #cc9933. Color #cb9048 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10010000 | 01001000 |
Octal | 313 | 220 | 110 |
Decimal | 203 | 144 | 72 |
Hex | CB | 90 | 48 |
Shades of #cb9048
Tints of #cb9048
RGB Percentages of Color #cb9048
CMYK Percentages of Color #cb9048
Complementary Color
#cb9048 | #4883cb |
#cb9048 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb9048 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb9048 Color CSS Codes
.mybgcolor {background-color:#cb9048; } .myforecolor {color:#cb9048; } .mybordercolor {border:3px solid #cb9048; }
#cb9048 Text Font Color
<p style="color:#cb9048">Text here</p>
This sample text font color is #cb9048
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cb9048 Background Color
<div style="background-color:#cb9048">
Div content here</div>
This div background color is #cb9048
#cb9048 Border Color
<div style="border:3px solid #cb9048">
Div here</div>
This div border color is #cb9048
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,144,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb9048; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb9048; -webkit-box-shadow: 1px 1px 3px 2px #cb9048; box-shadow: 1px 1px 3px 2px #cb9048; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,144,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb9048">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb9048; -webkit-box-shadow: 1px 1px 3px 2px #cb9048; box-shadow: 1px 1px 3px 2px #cb9048;">
Div content here</div>
This div box has shadow with color #cb9048
Comments
No comments written yet.
Please login to write comment.