#C8C786

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

Shades of Deco #C8C786

Tints of Deco #C8C786

Color information

#C8C786 (or 0xC8C786) is unknown color: approx Deco. HEX triplet: C8, C7 and 86. RGB value is (200,199,134). Sum of RGB (Red+Green+Blue) = 200+199+134=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C786 is #373879. Grayscale: #C0C0C0. Windows color (decimal): -3618938 or 8832968. OLE color: 8832968.

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

Color convert

RGB200199134-
CMYK00.000.330.22
HSL59.09º37.5%65.49%-
HSV(B)59.09º33%78.43%-
XYZ48.5554.8530.58-
YUV191.8995.33133.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.52%
GREEN value IS 199 (78.12% from 255) = 37.34%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=37.52%
G=37.34%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019913400.000.330.2259.0937.565.49
HexC8C7860021163b2641
Octal3103072060041267346101
Binary11001000110001111000011000100001101101110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C786; }

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

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

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

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

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

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

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

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