#C2C173

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

Shades of Pine Glade #C2C173

Tints of Pine Glade #C2C173

Color information

#C2C173 (or 0xC2C173) is unknown color: approx Pine Glade. HEX triplet: C2, C1 and 73. RGB value is (194,193,115). Sum of RGB (Red+Green+Blue) = 194+193+115=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C173 is #3D3E8C. Grayscale: #B8B8B8. Windows color (decimal): -4013709 or 7586242. OLE color: 7586242.

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

Color convert

RGB194193115-
CMYK00.010.410.24
HSL59.24º39.3%60.59%-
HSV(B)59.24º40.72%76.08%-
XYZ44.4150.8523.69-
YUV184.4188.83134.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 115 (45.31% from 255) = 22.91%
R=38.65%
G=38.45%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419311500.010.410.2459.2439.360.59
HexC2C1730129183b273d
Octal302301163015130734775
Binary110000101100000111100110110100111000111011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C173; }

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

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

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

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

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

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

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

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