Shades of Celeste #CCCCC0
Tints of Celeste #CCCCC0
RGB
CMYK
RGB Variations
Color information
#CCCCC0 (or 0xCCCCC0) is known color: Celeste. HEX triplet: CC, CC and C0. RGB value is (204,204,192). Sum of RGB (Red+Green+Blue) = 204+204+192=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC0 is #33333F. Grayscale: #CACACA. Windows color (decimal): -3355456 or 12635340. OLE color: 12635340.
HSL color Cylindrical-coordinate representation of color #CCCCC0: hue angle of 60º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCCC0 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 192 | - |
CMYK | 0 | 0 | 0.06 | 0.2 |
HSL | 60º | 0.11% | 0.78% | - |
HSV(B) | 60º | 0.06% | 0.8% | - |
XYZ | 56.01 | 59.83 | 58.47 | - |
YUV | 202.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 192 | 0 | 0 | 0.06 | 0.2 | 60 | 0.11 | 0.78 |
Hex | CC | CC | C0 | 0 | 0 | 6 | 14 | 3C | B | 4E |
Octal | 314 | 314 | 300 | 0 | 0 | 6 | 24 | 74 | 13 | 116 |
Binary | 11001100 | 11001100 | 11000000 | 0 | 0 | 110 | 10100 | 111100 | 1011 | 1001110 |
Color Harmonies of #CCCCC0
Complementary color
Monochromatic Colors of #CCCCC0
Black with #CCCCC0
Text Example
Text Example
White with #CCCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCC0; }
p { color: rgb(204,204,192); }
H1.HeaderClassName
{
color: #CCCCC0;
}
.AnyTagClassName
{
color: #CCCCC0;
}
</style>
background-color css
<style>
a { background-color: #CCCCC0; }
a { background-color: rgb(204,204,192); }
div.DivClassName
{
background-color: #CCCCC0;
}
.BgClassName
{
background-color: #CCCCC0;
}
</style>
border-color css
<style>
span { border-color: #CCCCC0; }
span { border-color: rgb(204,204,192); }
td.TdClassName
{
border-color: #CCCCC0;
}
.TagClassName
{
border-color: #CCCCC0;
}
</style>