#CAC9CC

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

Shades of Ghost #CAC9CC

Tints of Ghost #CAC9CC

Color information

#CAC9CC (or 0xCAC9CC) is unknown color: approx 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

RGB202201204-
CMYK0.010.0100.2
HSL260º2.86%79.41%-
HSV(B)260º1.47%80%-
XYZ56.1458.6965.5-
YUV201.64129.33128.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=33.28%
G=33.11%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022012040.010.0100.22602.8679.41
HexCAC9CC1101410434f
Octal312311314110244043117
Binary11001010110010011100110011010100100000100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>