Shades of Stark White #CCC2B3
Tints of Stark White #CCC2B3
RGB
CMYK
RGB Variations
Color information
#CCC2B3 (or 0xCCC2B3) is known color: Stark White. HEX triplet: CC, C2 and B3. RGB value is (204,194,179). Sum of RGB (Red+Green+Blue) = 204+194+179=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2B3 is #333D4C. Grayscale: #C3C3C3. Windows color (decimal): -3358029 or 11780812. OLE color: 11780812.
HSL color Cylindrical-coordinate representation of color #CCC2B3: hue angle of 36º degrees, saturation: 0.2, 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 #CCC2B3 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 194 | 179 | - |
CMYK | 0 | 0.05 | 0.12 | 0.2 |
HSL | 36º | 0.2% | 0.75% | - |
HSV(B) | 36º | 0.12% | 0.8% | - |
XYZ | 52.33 | 54.68 | 50.44 | - |
YUV | 195.28 | 118.81 | 134.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 194 | 179 | 0 | 0.05 | 0.12 | 0.2 | 36 | 0.2 | 0.75 |
Hex | CC | C2 | B3 | 0 | 5 | C | 14 | 24 | 14 | 4B |
Octal | 314 | 302 | 263 | 0 | 5 | 14 | 24 | 44 | 24 | 113 |
Binary | 11001100 | 11000010 | 10110011 | 0 | 101 | 1100 | 10100 | 100100 | 10100 | 1001011 |
Color Harmonies of #CCC2B3
Complementary color
Monochromatic Colors of #CCC2B3
Black with #CCC2B3
Text Example
Text Example
White with #CCC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2B3; }
p { color: rgb(204,194,179); }
H1.HeaderClassName
{
color: #CCC2B3;
}
.AnyTagClassName
{
color: #CCC2B3;
}
</style>
background-color css
<style>
a { background-color: #CCC2B3; }
a { background-color: rgb(204,194,179); }
div.DivClassName
{
background-color: #CCC2B3;
}
.BgClassName
{
background-color: #CCC2B3;
}
</style>
border-color css
<style>
span { border-color: #CCC2B3; }
span { border-color: rgb(204,194,179); }
td.TdClassName
{
border-color: #CCC2B3;
}
.TagClassName
{
border-color: #CCC2B3;
}
</style>