#C5C480

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

Shades of Pine Glade #C5C480

Tints of Pine Glade #C5C480

Color information

#C5C480 (or 0xC5C480) is unknown color: approx Pine Glade. HEX triplet: C5, C4 and 80. RGB value is (197,196,128). Sum of RGB (Red+Green+Blue) = 197+196+128=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C480 is #3A3B7F. Grayscale: #BCBCBC. Windows color (decimal): -3816320 or 8438981. OLE color: 8438981.

HSL color Cylindrical-coordinate representation of color #C5C480: hue angle of 59.13º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5C480 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197196128-
CMYK00.010.350.23
HSL59.13º37.3%63.73%-
HSV(B)59.13º35.03%77.25%-
XYZ46.6652.9128.18-
YUV188.5593.83134.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=37.81%
G=37.62%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719612800.010.350.2359.1337.363.73
HexC5C4800123173b2540
Octal3053042000143277345100
Binary11000101110001001000000001100011101111110111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C480; }

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

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

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

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

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

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

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

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