Shades of Stark White #CAC1B4
Tints of Stark White #CAC1B4
RGB
CMYK
RGB Variations
Color information
#CAC1B4 (or 0xCAC1B4) is known color: Stark White. HEX triplet: CA, C1 and B4. RGB value is (202,193,180). Sum of RGB (Red+Green+Blue) = 202+193+180=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1B4 is #353E4B. Grayscale: #C2C2C2. Windows color (decimal): -3489356 or 11846090. OLE color: 11846090.
HSL color Cylindrical-coordinate representation of color #CAC1B4: hue angle of 35.45º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC1B4 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 180 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.21 |
| HSL | 35.45º | 0.17% | 0.75% | - |
| HSV(B) | 35.45º | 0.11% | 0.79% | - |
| XYZ | 51.67 | 53.99 | 50.88 | - |
| YUV | 194.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 180 | 0 | 0.04 | 0.11 | 0.21 | 35.45 | 0.17 | 0.75 |
| Hex | CA | C1 | B4 | 0 | 4 | B | 15 | 23 | 11 | 4B |
| Octal | 312 | 301 | 264 | 0 | 4 | 13 | 25 | 43 | 21 | 113 |
| Binary | 11001010 | 11000001 | 10110100 | 0 | 100 | 1011 | 10101 | 100011 | 10001 | 1001011 |
Color Harmonies of #CAC1B4
Complementary color
Monochromatic Colors of #CAC1B4
Black with #CAC1B4
Text Example
Text Example
White with #CAC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1B4; }
p { color: rgb(202,193,180); }
H1.HeaderClassName
{
color: #CAC1B4;
}
.AnyTagClassName
{
color: #CAC1B4;
}
</style>
background-color css
<style>
a { background-color: #CAC1B4; }
a { background-color: rgb(202,193,180); }
div.DivClassName
{
background-color: #CAC1B4;
}
.BgClassName
{
background-color: #CAC1B4;
}
</style>
border-color css
<style>
span { border-color: #CAC1B4; }
span { border-color: rgb(202,193,180); }
td.TdClassName
{
border-color: #CAC1B4;
}
.TagClassName
{
border-color: #CAC1B4;
}
</style>