#C7C885

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

Shades of Deco #C7C885

Tints of Deco #C7C885

Color information

#C7C885 (or 0xC7C885) is unknown color: approx Deco. HEX triplet: C7, C8 and 85. RGB value is (199,200,133). Sum of RGB (Red+Green+Blue) = 199+200+133=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C885 is #38377A. Grayscale: #C0C0C0. Windows color (decimal): -3684219 or 8767687. OLE color: 8767687.

HSL color Cylindrical-coordinate representation of color #C7C885: hue angle of 60.9º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7C885 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB199200133-
CMYK0.0000.340.22
HSL60.9º37.85%65.29%-
HSV(B)60.9º33.5%78.43%-
XYZ48.4455.1430.28-
YUV192.0694.67132.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 133 (52.34% from 255) = 25%
R=37.41%
G=37.59%
B=25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992001330.0000.340.2260.937.8565.29
HexC7C8850022163d2641
Octal3073102050042267546101
Binary11000111110010001000010100100010101101111011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C885; }

 p { color: rgb(199,200,133); }

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

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

 a { background-color: rgb(199,200,133); }

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

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

 span { border-color: rgb(199,200,133); }

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