#C2C07A

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

Shades of Pine Glade #C2C07A

Tints of Pine Glade #C2C07A

Color information

#C2C07A (or 0xC2C07A) is unknown color: approx Pine Glade. HEX triplet: C2, C0 and 7A. RGB value is (194,192,122). Sum of RGB (Red+Green+Blue) = 194+192+122=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C07A is #3D3F85. Grayscale: #B8B8B8. Windows color (decimal): -4013958 or 8044738. OLE color: 8044738.

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

Color convert

RGB194192122-
CMYK00.010.370.24
HSL58.33º37.11%61.96%-
HSV(B)58.33º37.11%76.08%-
XYZ44.6150.5725.82-
YUV184.6292.66134.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=38.19%
G=37.80%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419212200.010.370.2458.3337.1161.96
HexC2C07A0125183a253e
Octal302300172014530724576
Binary110000101100000011110100110010111000111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C07A; }

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

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

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

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

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

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

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

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