#CAC9CE

Color #CAC9CE Ghost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost #CAC9CE

Tints of Ghost #CAC9CE

Color information

#CAC9CE (or 0xCAC9CE) is unknown color: approx Ghost. HEX triplet: CA, C9 and CE. RGB value is (202,201,206). Sum of RGB (Red+Green+Blue) = 202+201+206=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9CE is #353631. Grayscale: #C9C9C9. Windows color (decimal): -3487282 or 13552074. OLE color: 13552074.

HSL color Cylindrical-coordinate representation of color #CAC9CE: hue angle of 252º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC9CE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202201206-
CMYK0.020.0200.19
HSL252º4.85%79.8%-
HSV(B)252º2.43%80.78%-
XYZ56.3858.7966.77-
YUV201.87130.33128.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 201 (78.91% from 255) = 33.00%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=33.17%
G=33.00%
B=33.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022012060.020.0200.192524.8579.8
HexCAC9CE22013fc550
Octal312311316220233745120
Binary1100101011001001110011101010010011111111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9CE; }

 p { color: rgb(202,201,206); }

 H1.HeaderClassName
 {
   color: #CAC9CE;
 }
 .AnyTagClassName
 {
   color: #CAC9CE;
 }
</style>
background-color css

<style>
 a { background-color: #CAC9CE; }

 a { background-color: rgb(202,201,206); }

 div.DivClassName
 {
   background-color: #CAC9CE;
 }
 .BgClassName
 {
   background-color: #CAC9CE;
 }
</style>
border-color css

<style>
 span { border-color: #CAC9CE; }

 span { border-color: rgb(202,201,206); }

 td.TdClassName
 {
   border-color: #CAC9CE;
 }
 .TagClassName
 {
   border-color: #CAC9CE;
 }
</style>