Shades of Cashmere #CAB19A
Tints of Cashmere #CAB19A
RGB
CMYK
RGB Variations
Color information
#CAB19A (or 0xCAB19A) is known color: Cashmere. HEX triplet: CA, B1 and 9A. RGB value is (202,177,154). Sum of RGB (Red+Green+Blue) = 202+177+154=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19A is #354E65. Grayscale: #B5B5B5. Windows color (decimal): -3493478 or 10138058. OLE color: 10138058.
HSL color Cylindrical-coordinate representation of color #CAB19A: hue angle of 28.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB19A is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 177 | 154 | - |
CMYK | 0 | 0.12 | 0.24 | 0.21 |
HSL | 28.75º | 0.31% | 0.7% | - |
HSV(B) | 28.75º | 0.24% | 0.79% | - |
XYZ | 45.91 | 46.33 | 37.1 | - |
YUV | 181.85 | 112.28 | 142.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 177 | 154 | 0 | 0.12 | 0.24 | 0.21 | 28.75 | 0.31 | 0.7 |
Hex | CA | B1 | 9A | 0 | C | 18 | 15 | 1D | 1F | 46 |
Octal | 312 | 261 | 232 | 0 | 14 | 30 | 25 | 35 | 37 | 106 |
Binary | 11001010 | 10110001 | 10011010 | 0 | 1100 | 11000 | 10101 | 11101 | 11111 | 1000110 |
Color Harmonies of #CAB19A
Complementary color
Monochromatic Colors of #CAB19A
Black with #CAB19A
Text Example
Text Example
White with #CAB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB19A; }
p { color: rgb(202,177,154); }
H1.HeaderClassName
{
color: #CAB19A;
}
.AnyTagClassName
{
color: #CAB19A;
}
</style>
background-color css
<style>
a { background-color: #CAB19A; }
a { background-color: rgb(202,177,154); }
div.DivClassName
{
background-color: #CAB19A;
}
.BgClassName
{
background-color: #CAB19A;
}
</style>
border-color css
<style>
span { border-color: #CAB19A; }
span { border-color: rgb(202,177,154); }
td.TdClassName
{
border-color: #CAB19A;
}
.TagClassName
{
border-color: #CAB19A;
}
</style>