#C2C179

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

Shades of Pine Glade #C2C179

Tints of Pine Glade #C2C179

Color information

#C2C179 (or 0xC2C179) is unknown color: approx Pine Glade. HEX triplet: C2, C1 and 79. RGB value is (194,193,121). Sum of RGB (Red+Green+Blue) = 194+193+121=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C179 is #3D3E86. Grayscale: #B9B9B9. Windows color (decimal): -4013703 or 7979458. OLE color: 7979458.

HSL color Cylindrical-coordinate representation of color #C2C179: hue angle of 59.18º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2C179 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194193121-
CMYK00.010.380.24
HSL59.18º37.44%61.76%-
HSV(B)59.18º37.63%76.08%-
XYZ44.7750.9925.57-
YUV185.0991.83134.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=38.19%
G=37.99%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419312100.010.380.2459.1837.4461.76
HexC2C1790126183b253e
Octal302301171014630734576
Binary110000101100000111110010110011011000111011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C179; }

 p { color: rgb(194,193,121); }

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

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

 a { background-color: rgb(194,193,121); }

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

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

 span { border-color: rgb(194,193,121); }

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