#C8C678

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

Shades of Deco #C8C678

Tints of Deco #C8C678

Color information

#C8C678 (or 0xC8C678) is unknown color: approx Deco. HEX triplet: C8, C6 and 78. RGB value is (200,198,120). Sum of RGB (Red+Green+Blue) = 200+198+120=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C678 is #373987. Grayscale: #BEBEBE. Windows color (decimal): -3619208 or 7915208. OLE color: 7915208.

HSL color Cylindrical-coordinate representation of color #C8C678: hue angle of 58.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8C678 is Cyan = 0, Magento = 0.01, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB200198120-
CMYK00.010.40.22
HSL58.5º42.11%62.75%-
HSV(B)58.5º40%78.43%-
XYZ47.454.0225.7-
YUV189.7188.66135.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 120 (47.27% from 255) = 23.17%
R=38.61%
G=38.22%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019812000.010.40.2258.542.1162.75
HexC8C6780128163a2a3f
Octal310306170015026725277
Binary110010001100011011110000110100010110111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C678; }

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

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

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

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

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

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

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

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