Shades of Celeste #CBCBC5
Tints of Celeste #CBCBC5
RGB
CMYK
RGB Variations
Color information
#CBCBC5 (or 0xCBCBC5) is known color: Celeste. HEX triplet: CB, CB and C5. RGB value is (203,203,197). Sum of RGB (Red+Green+Blue) = 203+203+197=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBC5 is #34343A. Grayscale: #CACACA. Windows color (decimal): -3421243 or 12962763. OLE color: 12962763.
HSL color Cylindrical-coordinate representation of color #CBCBC5: hue angle of 60º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBCBC5 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 203 | 197 | - |
CMYK | 0 | 0 | 0.03 | 0.20 |
HSL | 60º | 0.05% | 0.78% | - |
HSV(B) | 60º | 0.03% | 0.8% | - |
XYZ | 56.06 | 59.44 | 61.34 | - |
YUV | 202.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 203 | 197 | 0 | 0 | 0.03 | 0.20 | 60 | 0.05 | 0.78 |
Hex | CB | CB | C5 | 0 | 0 | 3 | 14 | 3C | 5 | 4E |
Octal | 313 | 313 | 305 | 0 | 0 | 3 | 24 | 74 | 5 | 116 |
Binary | 11001011 | 11001011 | 11000101 | 0 | 0 | 11 | 10100 | 111100 | 101 | 1001110 |
Color Harmonies of #CBCBC5
Complementary color
Monochromatic Colors of #CBCBC5
Black with #CBCBC5
Text Example
Text Example
White with #CBCBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBC5; }
p { color: rgb(203,203,197); }
H1.HeaderClassName
{
color: #CBCBC5;
}
.AnyTagClassName
{
color: #CBCBC5;
}
</style>
background-color css
<style>
a { background-color: #CBCBC5; }
a { background-color: rgb(203,203,197); }
div.DivClassName
{
background-color: #CBCBC5;
}
.BgClassName
{
background-color: #CBCBC5;
}
</style>
border-color css
<style>
span { border-color: #CBCBC5; }
span { border-color: rgb(203,203,197); }
td.TdClassName
{
border-color: #CBCBC5;
}
.TagClassName
{
border-color: #CBCBC5;
}
</style>