#C8C778

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

Shades of Deco #C8C778

Tints of Deco #C8C778

Color information

#C8C778 (or 0xC8C778) is unknown color: approx Deco. HEX triplet: C8, C7 and 78. RGB value is (200,199,120). Sum of RGB (Red+Green+Blue) = 200+199+120=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C778 is #373887. Grayscale: #BEBEBE. Windows color (decimal): -3618952 or 7915464. OLE color: 7915464.

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

Color convert

RGB200199120-
CMYK00.000.40.22
HSL59.25º42.11%62.75%-
HSV(B)59.25º40%78.43%-
XYZ47.6354.4825.77-
YUV190.2988.33134.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 199 (78.12% from 255) = 38.34%
BLUE value IS 120 (47.27% from 255) = 23.12%
R=38.54%
G=38.34%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019912000.000.40.2259.2542.1162.75
HexC8C7780028163b2a3f
Octal310307170005026735277
Binary110010001100011111110000010100010110111011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C778; }

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

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

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

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

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

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

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

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