Shades of Stark White #CCC1B5
Tints of Stark White #CCC1B5
RGB
CMYK
RGB Variations
Color information
#CCC1B5 (or 0xCCC1B5) is known color: Stark White. HEX triplet: CC, C1 and B5. RGB value is (204,193,181). Sum of RGB (Red+Green+Blue) = 204+193+181=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1B5 is #333E4A. Grayscale: #C2C2C2. Windows color (decimal): -3358283 or 11911628. OLE color: 11911628.
HSL color Cylindrical-coordinate representation of color #CCC1B5: hue angle of 31.3º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC1B5 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 193 | 181 | - |
CMYK | 0 | 0.05 | 0.11 | 0.2 |
HSL | 31.3º | 0.18% | 0.75% | - |
HSV(B) | 31.3º | 0.11% | 0.8% | - |
XYZ | 52.31 | 54.31 | 51.44 | - |
YUV | 194.92 | 120.14 | 134.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 181 | 0 | 0.05 | 0.11 | 0.2 | 31.3 | 0.18 | 0.75 |
Hex | CC | C1 | B5 | 0 | 5 | B | 14 | 1F | 12 | 4B |
Octal | 314 | 301 | 265 | 0 | 5 | 13 | 24 | 37 | 22 | 113 |
Binary | 11001100 | 11000001 | 10110101 | 0 | 101 | 1011 | 10100 | 11111 | 10010 | 1001011 |
Color Harmonies of #CCC1B5
Complementary color
Monochromatic Colors of #CCC1B5
Black with #CCC1B5
Text Example
Text Example
White with #CCC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1B5; }
p { color: rgb(204,193,181); }
H1.HeaderClassName
{
color: #CCC1B5;
}
.AnyTagClassName
{
color: #CCC1B5;
}
</style>
background-color css
<style>
a { background-color: #CCC1B5; }
a { background-color: rgb(204,193,181); }
div.DivClassName
{
background-color: #CCC1B5;
}
.BgClassName
{
background-color: #CCC1B5;
}
</style>
border-color css
<style>
span { border-color: #CCC1B5; }
span { border-color: rgb(204,193,181); }
td.TdClassName
{
border-color: #CCC1B5;
}
.TagClassName
{
border-color: #CCC1B5;
}
</style>