Shades of Ghost #CACAD1
Tints of Ghost #CACAD1
RGB
CMYK
RGB Variations
Color information
#CACAD1 (or 0xCACAD1) is known color: Ghost. HEX triplet: CA, CA and D1. RGB value is (202,202,209). Sum of RGB (Red+Green+Blue) = 202+202+209=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 209 - color contains mainly: blue. Hex color #CACAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD1 is #35352E. Grayscale: #CACACA. Windows color (decimal): -3487023 or 13748938. OLE color: 13748938.
HSL color Cylindrical-coordinate representation of color #CACAD1: hue angle of 240º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACAD1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 202 | 209 | - |
CMYK | 0.03 | 0.03 | 0 | 0.18 |
HSL | 240º | 0.07% | 0.81% | - |
HSV(B) | 240º | 0.03% | 0.82% | - |
XYZ | 56.99 | 59.4 | 68.78 | - |
YUV | 202.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 209 | 0.03 | 0.03 | 0 | 0.18 | 240 | 0.07 | 0.81 |
Hex | CA | CA | D1 | 3 | 3 | 0 | 12 | F0 | 7 | 51 |
Octal | 312 | 312 | 321 | 3 | 3 | 0 | 22 | 360 | 7 | 121 |
Binary | 11001010 | 11001010 | 11010001 | 11 | 11 | 0 | 10010 | 11110000 | 111 | 1010001 |
Color Harmonies of #CACAD1
Complementary color
Monochromatic Colors of #CACAD1
Black with #CACAD1
Text Example
Text Example
White with #CACAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAD1; }
p { color: rgb(202,202,209); }
H1.HeaderClassName
{
color: #CACAD1;
}
.AnyTagClassName
{
color: #CACAD1;
}
</style>
background-color css
<style>
a { background-color: #CACAD1; }
a { background-color: rgb(202,202,209); }
div.DivClassName
{
background-color: #CACAD1;
}
.BgClassName
{
background-color: #CACAD1;
}
</style>
border-color css
<style>
span { border-color: #CACAD1; }
span { border-color: rgb(202,202,209); }
td.TdClassName
{
border-color: #CACAD1;
}
.TagClassName
{
border-color: #CACAD1;
}
</style>