Shades of Ghost #CAC9CC
Tints of Ghost #CAC9CC
RGB
CMYK
RGB Variations
Color information
#CAC9CC (or 0xCAC9CC) is known color: Ghost. HEX triplet: CA, C9 and CC. RGB value is (202,201,204). Sum of RGB (Red+Green+Blue) = 202+201+204=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9CC is #353633. Grayscale: #C9C9C9. Windows color (decimal): -3487284 or 13421002. OLE color: 13421002.
HSL color Cylindrical-coordinate representation of color #CAC9CC: hue angle of 260º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CAC9CC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 201 | 204 | - |
CMYK | 0.01 | 0.01 | 0 | 0.2 |
HSL | 260º | 0.03% | 0.79% | - |
HSV(B) | 260º | 0.01% | 0.8% | - |
XYZ | 56.14 | 58.69 | 65.5 | - |
YUV | 201.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 201 | 204 | 0.01 | 0.01 | 0 | 0.2 | 260 | 0.03 | 0.79 |
Hex | CA | C9 | CC | 1 | 1 | 0 | 14 | 104 | 3 | 4F |
Octal | 312 | 311 | 314 | 1 | 1 | 0 | 24 | 404 | 3 | 117 |
Binary | 11001010 | 11001001 | 11001100 | 1 | 1 | 0 | 10100 | 100000100 | 11 | 1001111 |
Color Harmonies of #CAC9CC
Complementary color
Monochromatic Colors of #CAC9CC
Black with #CAC9CC
Text Example
Text Example
White with #CAC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9CC; }
p { color: rgb(202,201,204); }
H1.HeaderClassName
{
color: #CAC9CC;
}
.AnyTagClassName
{
color: #CAC9CC;
}
</style>
background-color css
<style>
a { background-color: #CAC9CC; }
a { background-color: rgb(202,201,204); }
div.DivClassName
{
background-color: #CAC9CC;
}
.BgClassName
{
background-color: #CAC9CC;
}
</style>
border-color css
<style>
span { border-color: #CAC9CC; }
span { border-color: rgb(202,201,204); }
td.TdClassName
{
border-color: #CAC9CC;
}
.TagClassName
{
border-color: #CAC9CC;
}
</style>