Shades of Stark White #CAC3BC
Tints of Stark White #CAC3BC
RGB
CMYK
RGB Variations
Color information
#CAC3BC (or 0xCAC3BC) is known color: Stark White. HEX triplet: CA, C3 and BC. RGB value is (202,195,188). Sum of RGB (Red+Green+Blue) = 202+195+188=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3BC is #353C43. Grayscale: #C4C4C4. Windows color (decimal): -3488836 or 12370890. OLE color: 12370890.
HSL color Cylindrical-coordinate representation of color #CAC3BC: hue angle of 30º 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 #CAC3BC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 188 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.21 |
| HSL | 30º | 0.12% | 0.76% | - |
| HSV(B) | 30º | 0.07% | 0.79% | - |
| XYZ | 52.95 | 55.22 | 55.44 | - |
| YUV | 196.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 188 | 0 | 0.03 | 0.07 | 0.21 | 30 | 0.12 | 0.76 |
| Hex | CA | C3 | BC | 0 | 3 | 7 | 15 | 1E | C | 4C |
| Octal | 312 | 303 | 274 | 0 | 3 | 7 | 25 | 36 | 14 | 114 |
| Binary | 11001010 | 11000011 | 10111100 | 0 | 11 | 111 | 10101 | 11110 | 1100 | 1001100 |
Color Harmonies of #CAC3BC
Complementary color
Monochromatic Colors of #CAC3BC
Black with #CAC3BC
Text Example
Text Example
White with #CAC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3BC; }
p { color: rgb(202,195,188); }
H1.HeaderClassName
{
color: #CAC3BC;
}
.AnyTagClassName
{
color: #CAC3BC;
}
</style>
background-color css
<style>
a { background-color: #CAC3BC; }
a { background-color: rgb(202,195,188); }
div.DivClassName
{
background-color: #CAC3BC;
}
.BgClassName
{
background-color: #CAC3BC;
}
</style>
border-color css
<style>
span { border-color: #CAC3BC; }
span { border-color: rgb(202,195,188); }
td.TdClassName
{
border-color: #CAC3BC;
}
.TagClassName
{
border-color: #CAC3BC;
}
</style>