#C6C27E

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

Shades of Pine Glade #C6C27E

Tints of Pine Glade #C6C27E

Color information

#C6C27E (or 0xC6C27E) is unknown color: approx Pine Glade. HEX triplet: C6, C2 and 7E. RGB value is (198,194,126). Sum of RGB (Red+Green+Blue) = 198+194+126=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C27E is #393D81. Grayscale: #BBBBBB. Windows color (decimal): -3751298 or 8307398. OLE color: 8307398.

HSL color Cylindrical-coordinate representation of color #C6C27E: hue angle of 56.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6C27E is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198194126-
CMYK00.020.360.22
HSL56.67º38.71%63.53%-
HSV(B)56.67º36.36%77.65%-
XYZ46.3552.127.35-
YUV187.4493.33135.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 126 (49.61% from 255) = 24.32%
R=38.22%
G=37.45%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819412600.020.360.2256.6738.7163.53
HexC6C27E022416392740
Octal3063021760244267147100
Binary11000110110000101111110010100100101101110011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C27E; }

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

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

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

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

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

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

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

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