Color spaces of #cab191
RGB | 202 | 177 | 145 |
---|---|---|---|
HSL | 0.09 | 0.35 | 0.68 |
HSV | 34° | 28° | 79° |
CMYK | 0.00 | 0.12 | 0.28 0.21 |
XYZ | 45.1901 | 46.0452 | 33.2939 |
Yxy | 46.0452 | 0.3629 | 0.3698 |
Hunter Lab | 67.8566 | 0.1256 | 18.4089 |
CIE-Lab | 73.5749 | 4.1473 | 19.6989 |
#cab191 color RGB value is (202,177,145).
#cab191 hex color red value is 202, green value is 177 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #cab191 hue: 0.09 , saturation: 0.35 and the lightness value of cab191 is 0.68.
The process color (four color CMYK) of #cab191 color hex is 0.00, 0.12, 0.28, 0.21. Web safe color of #cab191 is #cc9999. Color #cab191 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10110001 | 10010001 |
Octal | 312 | 261 | 221 |
Decimal | 202 | 177 | 145 |
Hex | CA | B1 | 91 |
Shades of #cab191
Tints of #cab191
RGB Percentages of Color #cab191
CMYK Percentages of Color #cab191
Complementary Color
#cab191 | #91aaca |
#cab191 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab191 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab191 Color CSS Codes
.mybgcolor {background-color:#cab191; } .myforecolor {color:#cab191; } .mybordercolor {border:3px solid #cab191; }
#cab191 Text Font Color
<p style="color:#cab191">Text here</p>
This sample text font color is #cab191
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.
#cab191 Background Color
<div style="background-color:#cab191">
Div content here</div>
This div background color is #cab191
#cab191 Border Color
<div style="border:3px solid #cab191">
Div here</div>
This div border color is #cab191
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,177,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab191; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab191; -webkit-box-shadow: 1px 1px 3px 2px #cab191; box-shadow: 1px 1px 3px 2px #cab191; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,177,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab191">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab191; -webkit-box-shadow: 1px 1px 3px 2px #cab191; box-shadow: 1px 1px 3px 2px #cab191;">
Div content here</div>
This div box has shadow with color #cab191
Comments
No comments written yet.
Please login to write comment.