Shades of Stark White #CAC4BC
Tints of Stark White #CAC4BC
RGB
CMYK
RGB Variations
Color information
#CAC4BC (or 0xCAC4BC) is known color: Stark White. HEX triplet: CA, C4 and BC. RGB value is (202,196,188). Sum of RGB (Red+Green+Blue) = 202+196+188=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4BC is #353B43. Grayscale: #C4C4C4. Windows color (decimal): -3488580 or 12371146. OLE color: 12371146.
HSL color Cylindrical-coordinate representation of color #CAC4BC: hue angle of 34.29º 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 #CAC4BC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 188 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.21 |
| HSL | 34.29º | 0.12% | 0.76% | - |
| HSV(B) | 34.29º | 0.07% | 0.79% | - |
| XYZ | 53.17 | 55.67 | 55.52 | - |
| YUV | 196.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 188 | 0 | 0.03 | 0.07 | 0.21 | 34.29 | 0.12 | 0.76 |
| Hex | CA | C4 | BC | 0 | 3 | 7 | 15 | 22 | C | 4C |
| Octal | 312 | 304 | 274 | 0 | 3 | 7 | 25 | 42 | 14 | 114 |
| Binary | 11001010 | 11000100 | 10111100 | 0 | 11 | 111 | 10101 | 100010 | 1100 | 1001100 |
Color Harmonies of #CAC4BC
Complementary color
Monochromatic Colors of #CAC4BC
Black with #CAC4BC
Text Example
Text Example
White with #CAC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4BC; }
p { color: rgb(202,196,188); }
H1.HeaderClassName
{
color: #CAC4BC;
}
.AnyTagClassName
{
color: #CAC4BC;
}
</style>
background-color css
<style>
a { background-color: #CAC4BC; }
a { background-color: rgb(202,196,188); }
div.DivClassName
{
background-color: #CAC4BC;
}
.BgClassName
{
background-color: #CAC4BC;
}
</style>
border-color css
<style>
span { border-color: #CAC4BC; }
span { border-color: rgb(202,196,188); }
td.TdClassName
{
border-color: #CAC4BC;
}
.TagClassName
{
border-color: #CAC4BC;
}
</style>