#C7CC86

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

Shades of Deco #C7CC86

Tints of Deco #C7CC86

Color information

#C7CC86 (or 0xC7CC86) is unknown color: approx Deco. HEX triplet: C7, CC and 86. RGB value is (199,204,134). Sum of RGB (Red+Green+Blue) = 199+204+134=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CC86 is #383379. Grayscale: #C2C2C2. Windows color (decimal): -3683194 or 8834247. OLE color: 8834247.

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

Color convert

RGB199204134-
CMYK0.0200.340.2
HSL64.29º40.7%66.27%-
HSV(B)64.29º34.31%80%-
XYZ49.4557.0530.96-
YUV194.5293.84131.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.06%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=37.06%
G=37.99%
B=24.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041340.0200.340.264.2940.766.27
HexC7CC86202214402942
Octal30731420620422410051102
Binary1100011111001100100001101001000101010010000001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CC86; }

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

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

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

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

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

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

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

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