#C2C08A

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

Shades of Pine Glade #C2C08A

Tints of Pine Glade #C2C08A

Color information

#C2C08A (or 0xC2C08A) is unknown color: approx Pine Glade. HEX triplet: C2, C0 and 8A. RGB value is (194,192,138). Sum of RGB (Red+Green+Blue) = 194+192+138=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C08A is #3D3F75. Grayscale: #BABABA. Windows color (decimal): -4013942 or 9093314. OLE color: 9093314.

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

Color convert

RGB194192138-
CMYK00.010.290.24
HSL57.86º31.46%65.1%-
HSV(B)57.86º28.87%76.08%-
XYZ45.695131.48-
YUV186.44100.66133.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=37.02%
G=36.64%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419213800.010.290.2457.8631.4665.1
HexC2C08A011D183a1f41
Octal3023002120135307237101
Binary110000101100000010001010011110111000111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C08A; }

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

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

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

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

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

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

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

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