#C2C07F

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

Shades of Pine Glade #C2C07F

Tints of Pine Glade #C2C07F

Color information

#C2C07F (or 0xC2C07F) is unknown color: approx Pine Glade. HEX triplet: C2, C0 and 7F. RGB value is (194,192,127). Sum of RGB (Red+Green+Blue) = 194+192+127=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C07F is #3D3F80. Grayscale: #B9B9B9. Windows color (decimal): -4013953 or 8372418. OLE color: 8372418.

HSL color Cylindrical-coordinate representation of color #C2C07F: hue angle of 58.21º degrees, saturation: 0.35, 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 #C2C07F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194192127-
CMYK00.010.350.24
HSL58.21º35.45%62.94%-
HSV(B)58.21º34.54%76.08%-
XYZ44.9350.727.5-
YUV185.1995.16134.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 127 (50% from 255) = 24.76%
R=37.82%
G=37.43%
B=24.76%

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
Decimal19419212700.010.350.2458.2135.4562.94
HexC2C07F0123183a233f
Octal302300177014330724377
Binary110000101100000011111110110001111000111010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C07F; }

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

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

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

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

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

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

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

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