#CACD80

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

Shades of Deco #CACD80

Tints of Deco #CACD80

Color information

#CACD80 (or 0xCACD80) is unknown color: approx Deco. HEX triplet: CA, CD and 80. RGB value is (202,205,128). Sum of RGB (Red+Green+Blue) = 202+205+128=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACD80 is #35327F. Grayscale: #C3C3C3. Windows color (decimal): -3486336 or 8441290. OLE color: 8441290.

HSL color Cylindrical-coordinate representation of color #CACD80: hue angle of 62.34º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CACD80 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB202205128-
CMYK0.0100.380.20
HSL62.34º43.5%65.29%-
HSV(B)62.34º37.56%80.39%-
XYZ50.0857.7828.93-
YUV195.3290.01132.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=37.76%
G=38.32%
B=23.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051280.0100.380.2062.3443.565.29
HexCACD801026143e2c41
Octal3123152001046247654101
Binary11001010110011011000000010100110101001111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD80; }

 p { color: rgb(202,205,128); }

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

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

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

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

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

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

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