Shades of Stark White #CCC1B4
Tints of Stark White #CCC1B4
RGB
CMYK
RGB Variations
Color information
#CCC1B4 (or 0xCCC1B4) is known color: Stark White. HEX triplet: CC, C1 and B4. RGB value is (204,193,180). Sum of RGB (Red+Green+Blue) = 204+193+180=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1B4 is #333E4B. Grayscale: #C2C2C2. Windows color (decimal): -3358284 or 11846092. OLE color: 11846092.
HSL color Cylindrical-coordinate representation of color #CCC1B4: hue angle of 32.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC1B4 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 180 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.2 |
| HSL | 32.5º | 0.19% | 0.75% | - |
| HSV(B) | 32.5º | 0.12% | 0.8% | - |
| XYZ | 52.21 | 54.27 | 50.9 | - |
| YUV | 194.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 180 | 0 | 0.05 | 0.12 | 0.2 | 32.5 | 0.19 | 0.75 |
| Hex | CC | C1 | B4 | 0 | 5 | C | 14 | 20 | 13 | 4B |
| Octal | 314 | 301 | 264 | 0 | 5 | 14 | 24 | 40 | 23 | 113 |
| Binary | 11001100 | 11000001 | 10110100 | 0 | 101 | 1100 | 10100 | 100000 | 10011 | 1001011 |
Color Harmonies of #CCC1B4
Complementary color
Monochromatic Colors of #CCC1B4
Black with #CCC1B4
Text Example
Text Example
White with #CCC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1B4; }
p { color: rgb(204,193,180); }
H1.HeaderClassName
{
color: #CCC1B4;
}
.AnyTagClassName
{
color: #CCC1B4;
}
</style>
background-color css
<style>
a { background-color: #CCC1B4; }
a { background-color: rgb(204,193,180); }
div.DivClassName
{
background-color: #CCC1B4;
}
.BgClassName
{
background-color: #CCC1B4;
}
</style>
border-color css
<style>
span { border-color: #CCC1B4; }
span { border-color: rgb(204,193,180); }
td.TdClassName
{
border-color: #CCC1B4;
}
.TagClassName
{
border-color: #CCC1B4;
}
</style>