#C6C475

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

Shades of Pine Glade #C6C475

Tints of Pine Glade #C6C475

Color information

#C6C475 (or 0xC6C475) is unknown color: approx Pine Glade. HEX triplet: C6, C4 and 75. RGB value is (198,196,117). Sum of RGB (Red+Green+Blue) = 198+196+117=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C475 is #393B8A. Grayscale: #BBBBBB. Windows color (decimal): -3750795 or 7718086. OLE color: 7718086.

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

Color convert

RGB198196117-
CMYK00.010.410.22
HSL58.52º41.54%61.76%-
HSV(B)58.52º40.91%77.65%-
XYZ46.2452.7724.58-
YUV187.5988.16135.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=38.75%
G=38.36%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819611700.010.410.2258.5241.5461.76
HexC6C4750129163b2a3e
Octal306304165015126735276
Binary110001101100010011101010110100110110111011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C475; }

 p { color: rgb(198,196,117); }

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

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

 a { background-color: rgb(198,196,117); }

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

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

 span { border-color: rgb(198,196,117); }

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