Shades of Celeste #CACAC5
Tints of Celeste #CACAC5
RGB
CMYK
RGB Variations
Color information
#CACAC5 (or 0xCACAC5) is known color: Celeste. HEX triplet: CA, CA and C5. RGB value is (202,202,197). Sum of RGB (Red+Green+Blue) = 202+202+197=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAC5 is #35353A. Grayscale: #C9C9C9. Windows color (decimal): -3487035 or 12962506. OLE color: 12962506.
HSL color Cylindrical-coordinate representation of color #CACAC5: hue angle of 60º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACAC5 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 197 | - |
CMYK | 0 | 0 | 0.02 | 0.21 |
HSL | 60º | 0.05% | 0.78% | - |
HSV(B) | 60º | 0.02% | 0.79% | - |
XYZ | 55.56 | 58.83 | 61.25 | - |
YUV | 201.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 197 | 0 | 0 | 0.02 | 0.21 | 60 | 0.05 | 0.78 |
Hex | CA | CA | C5 | 0 | 0 | 2 | 15 | 3C | 5 | 4E |
Octal | 312 | 312 | 305 | 0 | 0 | 2 | 25 | 74 | 5 | 116 |
Binary | 11001010 | 11001010 | 11000101 | 0 | 0 | 10 | 10101 | 111100 | 101 | 1001110 |
Color Harmonies of #CACAC5
Complementary color
Monochromatic Colors of #CACAC5
Black with #CACAC5
Text Example
Text Example
White with #CACAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAC5; }
p { color: rgb(202,202,197); }
H1.HeaderClassName
{
color: #CACAC5;
}
.AnyTagClassName
{
color: #CACAC5;
}
</style>
background-color css
<style>
a { background-color: #CACAC5; }
a { background-color: rgb(202,202,197); }
div.DivClassName
{
background-color: #CACAC5;
}
.BgClassName
{
background-color: #CACAC5;
}
</style>
border-color css
<style>
span { border-color: #CACAC5; }
span { border-color: rgb(202,202,197); }
td.TdClassName
{
border-color: #CACAC5;
}
.TagClassName
{
border-color: #CACAC5;
}
</style>