#C8CC73

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

Shades of Deco #C8CC73

Tints of Deco #C8CC73

Color information

#C8CC73 (or 0xC8CC73) is unknown color: approx Deco. HEX triplet: C8, CC and 73. RGB value is (200,204,115). Sum of RGB (Red+Green+Blue) = 200+204+115=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC73 is #37338C. Grayscale: #C1C1C1. Windows color (decimal): -3617677 or 7589064. OLE color: 7589064.

HSL color Cylindrical-coordinate representation of color #C8CC73: hue angle of 62.7º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8CC73 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB200204115-
CMYK0.0200.440.2
HSL62.7º46.6%62.55%-
HSV(B)62.7º43.63%80%-
XYZ48.5156.724.61-
YUV192.6684.17133.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 115 (45.31% from 255) = 22.16%
R=38.54%
G=39.31%
B=22.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041150.0200.440.262.746.662.55
HexC8CC73202C143f2f3f
Octal310314163205424775777
Binary1100100011001100111001110010110010100111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC73; }

 p { color: rgb(200,204,115); }

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

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

 a { background-color: rgb(200,204,115); }

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

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

 span { border-color: rgb(200,204,115); }

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