#CACAC8

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

Shades of Celeste #CACAC8

Tints of Celeste #CACAC8

Color information

#CACAC8 (or 0xCACAC8) is unknown color: approx Celeste. HEX triplet: CA, CA and C8. RGB value is (202,202,200). Sum of RGB (Red+Green+Blue) = 202+202+200=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAC8 is #353537. Grayscale: #C9C9C9. Windows color (decimal): -3487032 or 13159114. OLE color: 13159114.

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

Color convert

RGB202202200-
CMYK000.010.21
HSL60º1.85%78.82%-
HSV(B)60º0.99%79.22%-
XYZ55.958.9763.08-
YUV201.77127128.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=33.44%
G=33.44%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202200000.010.21601.8578.82
HexCACAC8001153c24f
Octal31231231000125742117
Binary11001010110010101100100000110101111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAC8; }

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

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

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

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

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

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

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

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