Color spaces of #cb776e
RGB | 203 | 119 | 110 |
---|---|---|---|
HSL | 0.02 | 0.47 | 0.61 |
HSV | 6° | 46° | 80° |
CMYK | 0.00 | 0.41 | 0.46 0.20 |
XYZ | 34.0399 | 27.0160 | 18.1724 |
Yxy | 27.0160 | 0.4296 | 0.3410 |
Hunter Lab | 51.9769 | 25.9408 | 15.6546 |
CIE-Lab | 58.9891 | 31.8459 | 19.1764 |
#cb776e color RGB value is (203,119,110).
#cb776e hex color red value is 203, green value is 119 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cb776e hue: 0.02 , saturation: 0.47 and the lightness value of cb776e is 0.61.
The process color (four color CMYK) of #cb776e color hex is 0.00, 0.41, 0.46, 0.20. Web safe color of #cb776e is #cc6666. Color #cb776e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01110111 | 01101110 |
Octal | 313 | 167 | 156 |
Decimal | 203 | 119 | 110 |
Hex | CB | 77 | 6E |
Shades of #cb776e
Tints of #cb776e
RGB Percentages of Color #cb776e
CMYK Percentages of Color #cb776e
Complementary Color
#cb776e | #6ec2cb |
#cb776e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb776e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb776e Color CSS Codes
.mybgcolor {background-color:#cb776e; } .myforecolor {color:#cb776e; } .mybordercolor {border:3px solid #cb776e; }
#cb776e Text Font Color
<p style="color:#cb776e">Text here</p>
This sample text font color is #cb776e
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.
#cb776e Background Color
<div style="background-color:#cb776e">
Div content here</div>
This div background color is #cb776e
#cb776e Border Color
<div style="border:3px solid #cb776e">
Div here</div>
This div border color is #cb776e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,119,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb776e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb776e; -webkit-box-shadow: 1px 1px 3px 2px #cb776e; box-shadow: 1px 1px 3px 2px #cb776e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,119,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb776e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb776e; -webkit-box-shadow: 1px 1px 3px 2px #cb776e; box-shadow: 1px 1px 3px 2px #cb776e;">
Div content here</div>
This div box has shadow with color #cb776e
Comments
No comments written yet.
Please login to write comment.