#CACC84

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

Shades of Deco #CACC84

Tints of Deco #CACC84

Color information

#CACC84 (or 0xCACC84) is unknown color: approx Deco. HEX triplet: CA, CC and 84. RGB value is (202,204,132). Sum of RGB (Red+Green+Blue) = 202+204+132=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC84 is #35337B. Grayscale: #C3C3C3. Windows color (decimal): -3486588 or 8703178. OLE color: 8703178.

HSL color Cylindrical-coordinate representation of color #CACC84: hue angle of 61.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CACC84 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB202204132-
CMYK0.0100.350.2
HSL61.67º41.38%65.88%-
HSV(B)61.67º35.29%80%-
XYZ50.1157.4130.27-
YUV195.1992.34132.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=37.55%
G=37.92%
B=24.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041320.0100.350.261.6741.3865.88
HexCACC841023143e2942
Octal3123142041043247651102
Binary11001010110011001000010010100011101001111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACC84; }

 p { color: rgb(202,204,132); }

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

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

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

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

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

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

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