Shades of Stark White #CCC1B6
Tints of Stark White #CCC1B6
RGB
CMYK
RGB Variations
Color information
#CCC1B6 (or 0xCCC1B6) is known color: Stark White. HEX triplet: CC, C1 and B6. RGB value is (204,193,182). Sum of RGB (Red+Green+Blue) = 204+193+182=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1B6 is #333E49. Grayscale: #C3C3C3. Windows color (decimal): -3358282 or 11977164. OLE color: 11977164.
HSL color Cylindrical-coordinate representation of color #CCC1B6: hue angle of 30º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC1B6 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 193 | 182 | - |
CMYK | 0 | 0.05 | 0.11 | 0.2 |
HSL | 30º | 0.18% | 0.76% | - |
HSV(B) | 30º | 0.11% | 0.8% | - |
XYZ | 52.42 | 54.35 | 51.98 | - |
YUV | 195.04 | 120.64 | 134.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 182 | 0 | 0.05 | 0.11 | 0.2 | 30 | 0.18 | 0.76 |
Hex | CC | C1 | B6 | 0 | 5 | B | 14 | 1E | 12 | 4C |
Octal | 314 | 301 | 266 | 0 | 5 | 13 | 24 | 36 | 22 | 114 |
Binary | 11001100 | 11000001 | 10110110 | 0 | 101 | 1011 | 10100 | 11110 | 10010 | 1001100 |
Color Harmonies of #CCC1B6
Complementary color
Monochromatic Colors of #CCC1B6
Black with #CCC1B6
Text Example
Text Example
White with #CCC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1B6; }
p { color: rgb(204,193,182); }
H1.HeaderClassName
{
color: #CCC1B6;
}
.AnyTagClassName
{
color: #CCC1B6;
}
</style>
background-color css
<style>
a { background-color: #CCC1B6; }
a { background-color: rgb(204,193,182); }
div.DivClassName
{
background-color: #CCC1B6;
}
.BgClassName
{
background-color: #CCC1B6;
}
</style>
border-color css
<style>
span { border-color: #CCC1B6; }
span { border-color: rgb(204,193,182); }
td.TdClassName
{
border-color: #CCC1B6;
}
.TagClassName
{
border-color: #CCC1B6;
}
</style>