#C4CD80

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

Shades of Deco #C4CD80

Tints of Deco #C4CD80

Color information

#C4CD80 (or 0xC4CD80) is unknown color: approx Deco. HEX triplet: C4, CD and 80. RGB value is (196,205,128). Sum of RGB (Red+Green+Blue) = 196+205+128=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CD80 is #3B327F. Grayscale: #C1C1C1. Windows color (decimal): -3879552 or 8441284. OLE color: 8441284.

HSL color Cylindrical-coordinate representation of color #C4CD80: hue angle of 67.01º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4CD80 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB196205128-
CMYK0.0400.380.20
HSL67.01º43.5%65.29%-
HSV(B)67.01º37.56%80.39%-
XYZ48.4956.9628.86-
YUV193.5391.02129.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=37.05%
G=38.75%
B=24.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051280.0400.380.2067.0143.565.29
HexC4CD80402614432c41
Octal30431520040462410354101
Binary11000100110011011000000010001001101010010000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD80; }

 p { color: rgb(196,205,128); }

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

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

 a { background-color: rgb(196,205,128); }

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

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

 span { border-color: rgb(196,205,128); }

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