#C7CC84

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

Shades of Deco #C7CC84

Tints of Deco #C7CC84

Color information

#C7CC84 (or 0xC7CC84) is unknown color: approx Deco. HEX triplet: C7, CC and 84. RGB value is (199,204,132). Sum of RGB (Red+Green+Blue) = 199+204+132=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CC84 is #38337B. Grayscale: #C2C2C2. Windows color (decimal): -3683196 or 8703175. OLE color: 8703175.

HSL color Cylindrical-coordinate representation of color #C7CC84: hue angle of 64.17º 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 #C7CC84 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB199204132-
CMYK0.0200.350.2
HSL64.17º41.38%65.88%-
HSV(B)64.17º35.29%80%-
XYZ49.3156.9930.23-
YUV194.392.84131.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 132 (51.95% from 255) = 24.67%
R=37.20%
G=38.13%
B=24.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041320.0200.350.264.1741.3865.88
HexC7CC84202314402942
Octal30731420420432410051102
Binary1100011111001100100001001001000111010010000001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CC84; }

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

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

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

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

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

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

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

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