Shades of Celeste #CACAC2
Tints of Celeste #CACAC2
RGB
CMYK
RGB Variations
Color information
#CACAC2 (or 0xCACAC2) is known color: Celeste. HEX triplet: CA, CA and C2. RGB value is (202,202,194). Sum of RGB (Red+Green+Blue) = 202+202+194=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAC2 is #35353D. Grayscale: #C9C9C9. Windows color (decimal): -3487038 or 12765898. OLE color: 12765898.
HSL color Cylindrical-coordinate representation of color #CACAC2: hue angle of 60º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CACAC2 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 194 | - |
CMYK | 0 | 0 | 0.04 | 0.21 |
HSL | 60º | 0.07% | 0.78% | - |
HSV(B) | 60º | 0.04% | 0.79% | - |
XYZ | 55.22 | 58.69 | 59.46 | - |
YUV | 201.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 194 | 0 | 0 | 0.04 | 0.21 | 60 | 0.07 | 0.78 |
Hex | CA | CA | C2 | 0 | 0 | 4 | 15 | 3C | 7 | 4E |
Octal | 312 | 312 | 302 | 0 | 0 | 4 | 25 | 74 | 7 | 116 |
Binary | 11001010 | 11001010 | 11000010 | 0 | 0 | 100 | 10101 | 111100 | 111 | 1001110 |
Color Harmonies of #CACAC2
Complementary color
Monochromatic Colors of #CACAC2
Black with #CACAC2
Text Example
Text Example
White with #CACAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAC2; }
p { color: rgb(202,202,194); }
H1.HeaderClassName
{
color: #CACAC2;
}
.AnyTagClassName
{
color: #CACAC2;
}
</style>
background-color css
<style>
a { background-color: #CACAC2; }
a { background-color: rgb(202,202,194); }
div.DivClassName
{
background-color: #CACAC2;
}
.BgClassName
{
background-color: #CACAC2;
}
</style>
border-color css
<style>
span { border-color: #CACAC2; }
span { border-color: rgb(202,202,194); }
td.TdClassName
{
border-color: #CACAC2;
}
.TagClassName
{
border-color: #CACAC2;
}
</style>