#C3C580

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

Shades of Pine Glade #C3C580

Tints of Pine Glade #C3C580

Color information

#C3C580 (or 0xC3C580) is unknown color: approx Pine Glade. HEX triplet: C3, C5 and 80. RGB value is (195,197,128). Sum of RGB (Red+Green+Blue) = 195+197+128=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C580 is #3C3A7F. Grayscale: #BCBCBC. Windows color (decimal): -3947136 or 8439235. OLE color: 8439235.

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

Color convert

RGB195197128-
CMYK0.0100.350.23
HSL61.74º37.3%63.73%-
HSV(B)61.74º35.03%77.25%-
XYZ46.3753.0928.23-
YUV188.5493.84132.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=37.5%
G=37.88%
B=24.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951971280.0100.350.2361.7437.363.73
HexC3C5801023173e2540
Octal3033052001043277645100
Binary11000011110001011000000010100011101111111101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C580; }

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

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

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

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

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

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

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

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