#C2C079

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

Shades of Pine Glade #C2C079

Tints of Pine Glade #C2C079

Color information

#C2C079 (or 0xC2C079) is unknown color: approx Pine Glade. HEX triplet: C2, C0 and 79. RGB value is (194,192,121). Sum of RGB (Red+Green+Blue) = 194+192+121=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C079 is #3D3F86. Grayscale: #B8B8B8. Windows color (decimal): -4013959 or 7979202. OLE color: 7979202.

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

Color convert

RGB194192121-
CMYK00.010.380.24
HSL58.36º37.44%61.76%-
HSV(B)58.36º37.63%76.08%-
XYZ44.5550.5525.5-
YUV184.592.16134.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=38.26%
G=37.87%
B=23.87%

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
Decimal19419212100.010.380.2458.3637.4461.76
HexC2C0790126183a253e
Octal302300171014630724576
Binary110000101100000011110010110011011000111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C079; }

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

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

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

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

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

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

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

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