#C9CD71

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

Shades of Deco #C9CD71

Tints of Deco #C9CD71

Color information

#C9CD71 (or 0xC9CD71) is unknown color: approx Deco. HEX triplet: C9, CD and 71. RGB value is (201,205,113). Sum of RGB (Red+Green+Blue) = 201+205+113=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CD71 is #36328E. Grayscale: #C1C1C1. Windows color (decimal): -3551887 or 7458249. OLE color: 7458249.

HSL color Cylindrical-coordinate representation of color #C9CD71: hue angle of 62.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9CD71 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB201205113-
CMYK0.0200.450.20
HSL62.61º47.92%62.35%-
HSV(B)62.61º44.88%80.39%-
XYZ48.957.2724.1-
YUV193.3282.67133.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=38.73%
G=39.50%
B=21.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012051130.0200.450.2062.6147.9262.35
HexC9CD71202D143f303e
Octal311315161205524776076
Binary1100100111001101111000110010110110100111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CD71; }

 p { color: rgb(201,205,113); }

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

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

 a { background-color: rgb(201,205,113); }

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

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

 span { border-color: rgb(201,205,113); }

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