Shades of Celeste #CBCBC7
Tints of Celeste #CBCBC7
RGB
CMYK
RGB Variations
Color information
#CBCBC7 (or 0xCBCBC7) is known color: Celeste. HEX triplet: CB, CB and C7. RGB value is (203,203,199). Sum of RGB (Red+Green+Blue) = 203+203+199=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBC7 is #343438. Grayscale: #CACACA. Windows color (decimal): -3421241 or 13093835. OLE color: 13093835.
HSL color Cylindrical-coordinate representation of color #CBCBC7: hue angle of 60º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCBC7 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 203 | 199 | - |
CMYK | 0 | 0 | 0.02 | 0.20 |
HSL | 60º | 0.04% | 0.79% | - |
HSV(B) | 60º | 0.02% | 0.8% | - |
XYZ | 56.29 | 59.53 | 62.56 | - |
YUV | 202.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 203 | 199 | 0 | 0 | 0.02 | 0.20 | 60 | 0.04 | 0.79 |
Hex | CB | CB | C7 | 0 | 0 | 2 | 14 | 3C | 4 | 4F |
Octal | 313 | 313 | 307 | 0 | 0 | 2 | 24 | 74 | 4 | 117 |
Binary | 11001011 | 11001011 | 11000111 | 0 | 0 | 10 | 10100 | 111100 | 100 | 1001111 |
Color Harmonies of #CBCBC7
Complementary color
Monochromatic Colors of #CBCBC7
Black with #CBCBC7
Text Example
Text Example
White with #CBCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBC7; }
p { color: rgb(203,203,199); }
H1.HeaderClassName
{
color: #CBCBC7;
}
.AnyTagClassName
{
color: #CBCBC7;
}
</style>
background-color css
<style>
a { background-color: #CBCBC7; }
a { background-color: rgb(203,203,199); }
div.DivClassName
{
background-color: #CBCBC7;
}
.BgClassName
{
background-color: #CBCBC7;
}
</style>
border-color css
<style>
span { border-color: #CBCBC7; }
span { border-color: rgb(203,203,199); }
td.TdClassName
{
border-color: #CBCBC7;
}
.TagClassName
{
border-color: #CBCBC7;
}
</style>