Shades of Celeste #CACAC7
Tints of Celeste #CACAC7
RGB
CMYK
RGB Variations
Color information
#CACAC7 (or 0xCACAC7) is known color: Celeste. HEX triplet: CA, CA and C7. RGB value is (202,202,199). Sum of RGB (Red+Green+Blue) = 202+202+199=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAC7 is #353538. Grayscale: #C9C9C9. Windows color (decimal): -3487033 or 13093578. OLE color: 13093578.
HSL color Cylindrical-coordinate representation of color #CACAC7: hue angle of 60º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CACAC7 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 199 | - |
CMYK | 0 | 0 | 0.01 | 0.21 |
HSL | 60º | 0.03% | 0.79% | - |
HSV(B) | 60º | 0.01% | 0.79% | - |
XYZ | 55.79 | 58.92 | 62.47 | - |
YUV | 201.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 199 | 0 | 0 | 0.01 | 0.21 | 60 | 0.03 | 0.79 |
Hex | CA | CA | C7 | 0 | 0 | 1 | 15 | 3C | 3 | 4F |
Octal | 312 | 312 | 307 | 0 | 0 | 1 | 25 | 74 | 3 | 117 |
Binary | 11001010 | 11001010 | 11000111 | 0 | 0 | 1 | 10101 | 111100 | 11 | 1001111 |
Color Harmonies of #CACAC7
Complementary color
Monochromatic Colors of #CACAC7
Black with #CACAC7
Text Example
Text Example
White with #CACAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAC7; }
p { color: rgb(202,202,199); }
H1.HeaderClassName
{
color: #CACAC7;
}
.AnyTagClassName
{
color: #CACAC7;
}
</style>
background-color css
<style>
a { background-color: #CACAC7; }
a { background-color: rgb(202,202,199); }
div.DivClassName
{
background-color: #CACAC7;
}
.BgClassName
{
background-color: #CACAC7;
}
</style>
border-color css
<style>
span { border-color: #CACAC7; }
span { border-color: rgb(202,202,199); }
td.TdClassName
{
border-color: #CACAC7;
}
.TagClassName
{
border-color: #CACAC7;
}
</style>