#C6C176

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

Shades of Pine Glade #C6C176

Tints of Pine Glade #C6C176

Color information

#C6C176 (or 0xC6C176) is unknown color: approx Pine Glade. HEX triplet: C6, C1 and 76. RGB value is (198,193,118). Sum of RGB (Red+Green+Blue) = 198+193+118=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C176 is #393E89. Grayscale: #BABABA. Windows color (decimal): -3751562 or 7782854. OLE color: 7782854.

HSL color Cylindrical-coordinate representation of color #C6C176: hue angle of 56.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6C176 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198193118-
CMYK00.030.400.22
HSL56.25º41.24%61.96%-
HSV(B)56.25º40.4%77.65%-
XYZ45.6351.4524.67-
YUV185.9489.66136.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 118 (46.48% from 255) = 23.18%
R=38.90%
G=37.92%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819311800.030.400.2256.2541.2461.96
HexC6C17603281638293e
Octal306301166035026705176
Binary1100011011000001111011001110100010110111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C176; }

 p { color: rgb(198,193,118); }

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

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

 a { background-color: rgb(198,193,118); }

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

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

 span { border-color: rgb(198,193,118); }

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