#C2C182

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

Shades of Pine Glade #C2C182

Tints of Pine Glade #C2C182

Color information

#C2C182 (or 0xC2C182) is unknown color: approx Pine Glade. HEX triplet: C2, C1 and 82. RGB value is (194,193,130). Sum of RGB (Red+Green+Blue) = 194+193+130=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C182 is #3D3E7D. Grayscale: #BABABA. Windows color (decimal): -4013694 or 8569282. OLE color: 8569282.

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

Color convert

RGB194193130-
CMYK00.010.330.24
HSL59.06º34.41%63.53%-
HSV(B)59.06º32.99%76.08%-
XYZ45.3551.2228.62-
YUV186.1296.33133.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=37.52%
G=37.33%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419313000.010.330.2459.0634.4163.53
HexC2C1820121183b2240
Octal3023012020141307342100
Binary11000010110000011000001001100001110001110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C182; }

 p { color: rgb(194,193,130); }

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

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

 a { background-color: rgb(194,193,130); }

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

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

 span { border-color: rgb(194,193,130); }

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