#C2C076

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

Shades of Pine Glade #C2C076

Tints of Pine Glade #C2C076

Color information

#C2C076 (or 0xC2C076) is unknown color: approx Pine Glade. HEX triplet: C2, C0 and 76. RGB value is (194,192,118). Sum of RGB (Red+Green+Blue) = 194+192+118=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C076 is #3D3F89. Grayscale: #B8B8B8. Windows color (decimal): -4013962 or 7782594. OLE color: 7782594.

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

Color convert

RGB194192118-
CMYK00.010.390.24
HSL58.42º38.38%61.18%-
HSV(B)58.42º39.18%76.08%-
XYZ44.3750.4824.54-
YUV184.1690.66135.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=38.49%
G=38.10%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419211800.010.390.2458.4238.3861.18
HexC2C0760127183a263d
Octal302300166014730724675
Binary110000101100000011101100110011111000111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C076; }

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

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

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

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

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

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

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

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