Shades of Celeste #CACAC9
Tints of Celeste #CACAC9
RGB
CMYK
RGB Variations
Color information
#CACAC9 (or 0xCACAC9) is known color: Celeste. HEX triplet: CA, CA and C9. RGB value is (202,202,201). Sum of RGB (Red+Green+Blue) = 202+202+201=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAC9 is #353536. Grayscale: #C9C9C9. Windows color (decimal): -3487031 or 13224650. OLE color: 13224650.
HSL color Cylindrical-coordinate representation of color #CACAC9: hue angle of 60º degrees, saturation: 0.01, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CACAC9 is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 201 | - |
CMYK | 0 | 0 | 0.00 | 0.21 |
HSL | 60º | 0.01% | 0.79% | - |
HSV(B) | 60º | 0% | 0.79% | - |
XYZ | 56.02 | 59.01 | 63.7 | - |
YUV | 201.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 201 | 0 | 0 | 0.00 | 0.21 | 60 | 0.01 | 0.79 |
Hex | CA | CA | C9 | 0 | 0 | 0 | 15 | 3C | 1 | 4F |
Octal | 312 | 312 | 311 | 0 | 0 | 0 | 25 | 74 | 1 | 117 |
Binary | 11001010 | 11001010 | 11001001 | 0 | 0 | 0 | 10101 | 111100 | 1 | 1001111 |
Color Harmonies of #CACAC9
Complementary color
Monochromatic Colors of #CACAC9
Black with #CACAC9
Text Example
Text Example
White with #CACAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAC9; }
p { color: rgb(202,202,201); }
H1.HeaderClassName
{
color: #CACAC9;
}
.AnyTagClassName
{
color: #CACAC9;
}
</style>
background-color css
<style>
a { background-color: #CACAC9; }
a { background-color: rgb(202,202,201); }
div.DivClassName
{
background-color: #CACAC9;
}
.BgClassName
{
background-color: #CACAC9;
}
</style>
border-color css
<style>
span { border-color: #CACAC9; }
span { border-color: rgb(202,202,201); }
td.TdClassName
{
border-color: #CACAC9;
}
.TagClassName
{
border-color: #CACAC9;
}
</style>