#C8C686

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

Shades of Deco #C8C686

Tints of Deco #C8C686

Color information

#C8C686 (or 0xC8C686) is unknown color: approx Deco. HEX triplet: C8, C6 and 86. RGB value is (200,198,134). Sum of RGB (Red+Green+Blue) = 200+198+134=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C686 is #373979. Grayscale: #BFBFBF. Windows color (decimal): -3619194 or 8832712. OLE color: 8832712.

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

Color convert

RGB200198134-
CMYK00.010.330.22
HSL58.18º37.5%65.49%-
HSV(B)58.18º33%78.43%-
XYZ48.3254.3930.51-
YUV191.395.66134.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 198 (77.73% from 255) = 37.22%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=37.59%
G=37.22%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019813400.010.330.2258.1837.565.49
HexC8C6860121163a2641
Octal3103062060141267246101
Binary11001000110001101000011001100001101101110101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C686; }

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

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

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

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

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

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

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

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