#C2C07E

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

Shades of Pine Glade #C2C07E

Tints of Pine Glade #C2C07E

Color information

#C2C07E (or 0xC2C07E) is unknown color: approx Pine Glade. HEX triplet: C2, C0 and 7E. RGB value is (194,192,126). Sum of RGB (Red+Green+Blue) = 194+192+126=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C07E is #3D3F81. Grayscale: #B9B9B9. Windows color (decimal): -4013954 or 8306882. OLE color: 8306882.

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

Color convert

RGB194192126-
CMYK00.010.350.24
HSL58.24º35.79%62.75%-
HSV(B)58.24º35.05%76.08%-
XYZ44.8650.6727.16-
YUV185.0794.66134.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=37.89%
G=37.5%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419212600.010.350.2458.2435.7962.75
HexC2C07E0123183a243f
Octal302300176014330724477
Binary110000101100000011111100110001111000111010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C07E; }

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

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

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

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

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

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

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

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