#CACAC9

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

Shades of Celeste #CACAC9

Tints of Celeste #CACAC9

Color information

#CACAC9 (or 0xCACAC9) is unknown color: approx Celeste. HEX triplet: CA, CA and C9. RGB value is (202,202,201). Sum of RGB (Red+Green+Blue) = 202+202+201=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAC9 is #353536. Grayscale: #C9C9C9. Windows color (decimal): -3487031 or 13224650. OLE color: 13224650.

HSL color Cylindrical-coordinate representation of color #CACAC9: hue angle of 60º degrees, saturation: 0.01, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CACAC9 is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202202201-
CMYK000.000.21
HSL60º0.93%79.02%-
HSV(B)60º0.5%79.22%-
XYZ56.0259.0163.7-
YUV201.89127.5128.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=33.39%
G=33.39%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202201000.000.21600.9379.02
HexCACAC9000153c14f
Octal31231231100025741117
Binary1100101011001010110010010001010111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAC9; }

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

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

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

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

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

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

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

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