#C2C083

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

Shades of Pine Glade #C2C083

Tints of Pine Glade #C2C083

Color information

#C2C083 (or 0xC2C083) is unknown color: approx Pine Glade. HEX triplet: C2, C0 and 83. RGB value is (194,192,131). Sum of RGB (Red+Green+Blue) = 194+192+131=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C083 is #3D3F7C. Grayscale: #B9B9B9. Windows color (decimal): -4013949 or 8634562. OLE color: 8634562.

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

Color convert

RGB194192131-
CMYK00.010.320.24
HSL58.1º34.05%63.73%-
HSV(B)58.1º32.47%76.08%-
XYZ45.1950.8128.9-
YUV185.6497.16133.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=37.52%
G=37.14%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419213100.010.320.2458.134.0563.73
HexC2C0830120183a2240
Octal3023002030140307242100
Binary11000010110000001000001101100000110001110101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C083; }

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

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

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

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

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

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

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

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