Shades of Stark White #CAC4BB
Tints of Stark White #CAC4BB
RGB
CMYK
RGB Variations
Color information
#CAC4BB (or 0xCAC4BB) is known color: Stark White. HEX triplet: CA, C4 and BB. RGB value is (202,196,187). Sum of RGB (Red+Green+Blue) = 202+196+187=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4BB is #353B44. Grayscale: #C4C4C4. Windows color (decimal): -3488581 or 12305610. OLE color: 12305610.
HSL color Cylindrical-coordinate representation of color #CAC4BB: hue angle of 36º 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 #CAC4BB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 187 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.21 |
| HSL | 36º | 0.12% | 0.76% | - |
| HSV(B) | 36º | 0.07% | 0.79% | - |
| XYZ | 53.07 | 55.62 | 54.95 | - |
| YUV | 196.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 187 | 0 | 0.03 | 0.07 | 0.21 | 36 | 0.12 | 0.76 |
| Hex | CA | C4 | BB | 0 | 3 | 7 | 15 | 24 | C | 4C |
| Octal | 312 | 304 | 273 | 0 | 3 | 7 | 25 | 44 | 14 | 114 |
| Binary | 11001010 | 11000100 | 10111011 | 0 | 11 | 111 | 10101 | 100100 | 1100 | 1001100 |
Color Harmonies of #CAC4BB
Complementary color
Monochromatic Colors of #CAC4BB
Black with #CAC4BB
Text Example
Text Example
White with #CAC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4BB; }
p { color: rgb(202,196,187); }
H1.HeaderClassName
{
color: #CAC4BB;
}
.AnyTagClassName
{
color: #CAC4BB;
}
</style>
background-color css
<style>
a { background-color: #CAC4BB; }
a { background-color: rgb(202,196,187); }
div.DivClassName
{
background-color: #CAC4BB;
}
.BgClassName
{
background-color: #CAC4BB;
}
</style>
border-color css
<style>
span { border-color: #CAC4BB; }
span { border-color: rgb(202,196,187); }
td.TdClassName
{
border-color: #CAC4BB;
}
.TagClassName
{
border-color: #CAC4BB;
}
</style>