#C5C080

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

Shades of Pine Glade #C5C080

Tints of Pine Glade #C5C080

Color information

#C5C080 (or 0xC5C080) is unknown color: approx Pine Glade. HEX triplet: C5, C0 and 80. RGB value is (197,192,128). Sum of RGB (Red+Green+Blue) = 197+192+128=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C080 is #3A3F7F. Grayscale: #BABABA. Windows color (decimal): -3817344 or 8437957. OLE color: 8437957.

HSL color Cylindrical-coordinate representation of color #C5C080: hue angle of 55.65º 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 #C5C080 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197192128-
CMYK00.030.350.23
HSL55.65º37.3%63.73%-
HSV(B)55.65º35.03%77.25%-
XYZ45.7751.1327.88-
YUV186.295.16135.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.10%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=38.10%
G=37.14%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719212800.030.350.2355.6537.363.73
HexC5C080032317382540
Octal3053002000343277045100
Binary110001011100000010000000011100011101111110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C080; }

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

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

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

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

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

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

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

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