#C8CD73

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

Shades of Deco #C8CD73

Tints of Deco #C8CD73

Color information

#C8CD73 (or 0xC8CD73) is unknown color: approx Deco. HEX triplet: C8, CD and 73. RGB value is (200,205,115). Sum of RGB (Red+Green+Blue) = 200+205+115=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD73 is #37328C. Grayscale: #C1C1C1. Windows color (decimal): -3617421 or 7589320. OLE color: 7589320.

HSL color Cylindrical-coordinate representation of color #C8CD73: hue angle of 63.33º 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 #C8CD73 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB200205115-
CMYK0.0200.440.20
HSL63.33º47.37%62.75%-
HSV(B)63.33º43.9%80.39%-
XYZ48.7557.1824.69-
YUV193.2483.84132.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 115 (45.31% from 255) = 22.12%
R=38.46%
G=39.42%
B=22.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002051150.0200.440.2063.3347.3762.75
HexC8CD73202C143f2f3f
Octal310315163205424775777
Binary1100100011001101111001110010110010100111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CD73; }

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

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

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

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

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

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

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

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