Color spaces of #cba1ab
RGB | 203 | 161 | 171 |
---|---|---|---|
HSL | 0.96 | 0.29 | 0.71 |
HSV | 346° | 21° | 80° |
CMYK | 0.00 | 0.21 | 0.16 0.20 |
XYZ | 44.7242 | 41.1265 | 44.1091 |
Yxy | 41.1265 | 0.3441 | 0.3165 |
Hunter Lab | 64.1299 | 12.2584 | 4.1108 |
CIE-Lab | 70.2645 | 17.0705 | 0.7463 |
#cba1ab color RGB value is (203,161,171).
#cba1ab hex color red value is 203, green value is 161 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cba1ab hue: 0.96 , saturation: 0.29 and the lightness value of cba1ab is 0.71.
The process color (four color CMYK) of #cba1ab color hex is 0.00, 0.21, 0.16, 0.20. Web safe color of #cba1ab is #cc9999. Color #cba1ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10100001 | 10101011 |
Octal | 313 | 241 | 253 |
Decimal | 203 | 161 | 171 |
Hex | CB | A1 | AB |
Shades of #cba1ab
Tints of #cba1ab
RGB Percentages of Color #cba1ab
CMYK Percentages of Color #cba1ab
Complementary Color
#cba1ab | #a1cbc1 |
#cba1ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cba1ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cba1ab Color CSS Codes
.mybgcolor {background-color:#cba1ab; } .myforecolor {color:#cba1ab; } .mybordercolor {border:3px solid #cba1ab; }
#cba1ab Text Font Color
<p style="color:#cba1ab">Text here</p>
This sample text font color is #cba1ab
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.
#cba1ab Background Color
<div style="background-color:#cba1ab">
Div content here</div>
This div background color is #cba1ab
#cba1ab Border Color
<div style="border:3px solid #cba1ab">
Div here</div>
This div border color is #cba1ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,161,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cba1ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cba1ab; -webkit-box-shadow: 1px 1px 3px 2px #cba1ab; box-shadow: 1px 1px 3px 2px #cba1ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,161,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cba1ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cba1ab; -webkit-box-shadow: 1px 1px 3px 2px #cba1ab; box-shadow: 1px 1px 3px 2px #cba1ab;">
Div content here</div>
This div box has shadow with color #cba1ab
Comments
No comments written yet.
Please login to write comment.