Shades of Ghost #CACAD0
Tints of Ghost #CACAD0
RGB
CMYK
RGB Variations
Color information
#CACAD0 (or 0xCACAD0) is known color: Ghost. HEX triplet: CA, CA and D0. RGB value is (202,202,208). Sum of RGB (Red+Green+Blue) = 202+202+208=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 208 - color contains mainly: blue. Hex color #CACAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD0 is #35352F. Grayscale: #CACACA. Windows color (decimal): -3487024 or 13683402. OLE color: 13683402.
HSL color Cylindrical-coordinate representation of color #CACAD0: hue angle of 240º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACAD0 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 202 | 208 | - |
CMYK | 0.03 | 0.03 | 0 | 0.18 |
HSL | 240º | 0.06% | 0.8% | - |
HSV(B) | 240º | 0.03% | 0.82% | - |
XYZ | 56.86 | 59.35 | 68.13 | - |
YUV | 202.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 208 | 0.03 | 0.03 | 0 | 0.18 | 240 | 0.06 | 0.8 |
Hex | CA | CA | D0 | 3 | 3 | 0 | 12 | F0 | 6 | 50 |
Octal | 312 | 312 | 320 | 3 | 3 | 0 | 22 | 360 | 6 | 120 |
Binary | 11001010 | 11001010 | 11010000 | 11 | 11 | 0 | 10010 | 11110000 | 110 | 1010000 |
Color Harmonies of #CACAD0
Complementary color
Monochromatic Colors of #CACAD0
Black with #CACAD0
Text Example
Text Example
White with #CACAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAD0; }
p { color: rgb(202,202,208); }
H1.HeaderClassName
{
color: #CACAD0;
}
.AnyTagClassName
{
color: #CACAD0;
}
</style>
background-color css
<style>
a { background-color: #CACAD0; }
a { background-color: rgb(202,202,208); }
div.DivClassName
{
background-color: #CACAD0;
}
.BgClassName
{
background-color: #CACAD0;
}
</style>
border-color css
<style>
span { border-color: #CACAD0; }
span { border-color: rgb(202,202,208); }
td.TdClassName
{
border-color: #CACAD0;
}
.TagClassName
{
border-color: #CACAD0;
}
</style>