#CACC8D

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

Shades of Deco #CACC8D

Tints of Deco #CACC8D

Color information

#CACC8D (or 0xCACC8D) is unknown color: approx Deco. HEX triplet: CA, CC and 8D. RGB value is (202,204,141). Sum of RGB (Red+Green+Blue) = 202+204+141=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC8D is #353372. Grayscale: #C4C4C4. Windows color (decimal): -3486579 or 9293002. OLE color: 9293002.

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

Color convert

RGB202204141-
CMYK0.0100.310.2
HSL61.9º38.18%67.65%-
HSV(B)61.9º30.88%80%-
XYZ50.7657.6733.65-
YUV196.2296.84132.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=36.93%
G=37.29%
B=25.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041410.0100.310.261.938.1867.65
HexCACC8D101F143e2644
Octal3123142151037247646104
Binary1100101011001100100011011011111101001111101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACC8D; }

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

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

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

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

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

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

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

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