#C8C785

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

Shades of Deco #C8C785

Tints of Deco #C8C785

Color information

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

HSL color Cylindrical-coordinate representation of color #C8C785: hue angle of 59.1º 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 #C8C785 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200199133-
CMYK00.000.340.22
HSL59.1º37.85%65.29%-
HSV(B)59.1º33.5%78.43%-
XYZ48.4854.8230.22-
YUV191.7894.83133.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019913300.000.340.2259.137.8565.29
HexC8C7850022163b2641
Octal3103072050042267346101
Binary11001000110001111000010100100010101101110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C785; }

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

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

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

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

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

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

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

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