#C8C684

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

Shades of Deco #C8C684

Tints of Deco #C8C684

Color information

#C8C684 (or 0xC8C684) is unknown color: approx Deco. HEX triplet: C8, C6 and 84. RGB value is (200,198,132). Sum of RGB (Red+Green+Blue) = 200+198+132=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C684 is #37397B. Grayscale: #BFBFBF. Windows color (decimal): -3619196 or 8701640. OLE color: 8701640.

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

Color convert

RGB200198132-
CMYK00.010.340.22
HSL58.24º38.2%65.1%-
HSV(B)58.24º34%78.43%-
XYZ48.1854.3329.78-
YUV191.0794.66134.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=37.74%
G=37.36%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019813200.010.340.2258.2438.265.1
HexC8C6840122163a2641
Octal3103062040142267246101
Binary11001000110001101000010001100010101101110101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C684; }

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

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

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

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

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

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

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

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