Shades of Stark White #CAC5BB
Tints of Stark White #CAC5BB
RGB
CMYK
RGB Variations
Color information
#CAC5BB (or 0xCAC5BB) is known color: Stark White. HEX triplet: CA, C5 and BB. RGB value is (202,197,187). Sum of RGB (Red+Green+Blue) = 202+197+187=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5BB is #353A44. Grayscale: #C5C5C5. Windows color (decimal): -3488325 or 12305866. OLE color: 12305866.
HSL color Cylindrical-coordinate representation of color #CAC5BB: hue angle of 40º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC5BB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 187 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.21 |
| HSL | 40º | 0.12% | 0.76% | - |
| HSV(B) | 40º | 0.07% | 0.79% | - |
| XYZ | 53.29 | 56.08 | 55.03 | - |
| YUV | 197.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 187 | 0 | 0.02 | 0.07 | 0.21 | 40 | 0.12 | 0.76 |
| Hex | CA | C5 | BB | 0 | 2 | 7 | 15 | 28 | C | 4C |
| Octal | 312 | 305 | 273 | 0 | 2 | 7 | 25 | 50 | 14 | 114 |
| Binary | 11001010 | 11000101 | 10111011 | 0 | 10 | 111 | 10101 | 101000 | 1100 | 1001100 |
Color Harmonies of #CAC5BB
Complementary color
Monochromatic Colors of #CAC5BB
Black with #CAC5BB
Text Example
Text Example
White with #CAC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5BB; }
p { color: rgb(202,197,187); }
H1.HeaderClassName
{
color: #CAC5BB;
}
.AnyTagClassName
{
color: #CAC5BB;
}
</style>
background-color css
<style>
a { background-color: #CAC5BB; }
a { background-color: rgb(202,197,187); }
div.DivClassName
{
background-color: #CAC5BB;
}
.BgClassName
{
background-color: #CAC5BB;
}
</style>
border-color css
<style>
span { border-color: #CAC5BB; }
span { border-color: rgb(202,197,187); }
td.TdClassName
{
border-color: #CAC5BB;
}
.TagClassName
{
border-color: #CAC5BB;
}
</style>