#C6C275

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

Shades of Pine Glade #C6C275

Tints of Pine Glade #C6C275

Color information

#C6C275 (or 0xC6C275) is unknown color: approx Pine Glade. HEX triplet: C6, C2 and 75. RGB value is (198,194,117). Sum of RGB (Red+Green+Blue) = 198+194+117=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C275 is #393D8A. Grayscale: #BABABA. Windows color (decimal): -3751307 or 7717574. OLE color: 7717574.

HSL color Cylindrical-coordinate representation of color #C6C275: hue angle of 57.04º 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 #C6C275 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB198194117-
CMYK00.020.410.22
HSL57.04º41.54%61.76%-
HSV(B)57.04º40.91%77.65%-
XYZ45.7951.8724.43-
YUV186.4288.83136.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=38.90%
G=38.11%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819411700.020.410.2257.0441.5461.76
HexC6C275022916392a3e
Octal306302165025126715276
Binary1100011011000010111010101010100110110111001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C275; }

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

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

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

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

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

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

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

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