Shades of Celeste #CBCBCA
Tints of Celeste #CBCBCA
RGB
CMYK
RGB Variations
Color information
#CBCBCA (or 0xCBCBCA) is known color: Celeste. HEX triplet: CB, CB and CA. RGB value is (203,203,202). Sum of RGB (Red+Green+Blue) = 203+203+202=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBCA is #343435. Grayscale: #CACACA. Windows color (decimal): -3421238 or 13290443. OLE color: 13290443.
HSL color Cylindrical-coordinate representation of color #CBCBCA: hue angle of 60º degrees, saturation: 0.01, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CBCBCA is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 202 | - |
| CMYK | 0 | 0 | 0.00 | 0.20 |
| HSL | 60º | 0.01% | 0.79% | - |
| HSV(B) | 60º | 0% | 0.8% | - |
| XYZ | 56.65 | 59.67 | 64.41 | - |
| YUV | 202.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 202 | 0 | 0 | 0.00 | 0.20 | 60 | 0.01 | 0.79 |
| Hex | CB | CB | CA | 0 | 0 | 0 | 14 | 3C | 1 | 4F |
| Octal | 313 | 313 | 312 | 0 | 0 | 0 | 24 | 74 | 1 | 117 |
| Binary | 11001011 | 11001011 | 11001010 | 0 | 0 | 0 | 10100 | 111100 | 1 | 1001111 |
Color Harmonies of #CBCBCA
Complementary color
Monochromatic Colors of #CBCBCA
Black with #CBCBCA
Text Example
Text Example
White with #CBCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBCA; }
p { color: rgb(203,203,202); }
H1.HeaderClassName
{
color: #CBCBCA;
}
.AnyTagClassName
{
color: #CBCBCA;
}
</style>
background-color css
<style>
a { background-color: #CBCBCA; }
a { background-color: rgb(203,203,202); }
div.DivClassName
{
background-color: #CBCBCA;
}
.BgClassName
{
background-color: #CBCBCA;
}
</style>
border-color css
<style>
span { border-color: #CBCBCA; }
span { border-color: rgb(203,203,202); }
td.TdClassName
{
border-color: #CBCBCA;
}
.TagClassName
{
border-color: #CBCBCA;
}
</style>