#C5C47C

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

Shades of Pine Glade #C5C47C

Tints of Pine Glade #C5C47C

Color information

#C5C47C (or 0xC5C47C) is unknown color: approx Pine Glade. HEX triplet: C5, C4 and 7C. RGB value is (197,196,124). Sum of RGB (Red+Green+Blue) = 197+196+124=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C47C is #3A3B83. Grayscale: #BCBCBC. Windows color (decimal): -3816324 or 8176837. OLE color: 8176837.

HSL color Cylindrical-coordinate representation of color #C5C47C: hue angle of 59.18º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5C47C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB197196124-
CMYK00.010.370.23
HSL59.18º38.62%62.94%-
HSV(B)59.18º37.06%77.25%-
XYZ46.452.8126.82-
YUV188.0991.83134.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.10%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 124 (48.83% from 255) = 23.98%
R=38.10%
G=37.91%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719612400.010.370.2359.1838.6262.94
HexC5C47C0125173b273f
Octal305304174014527734777
Binary110001011100010011111000110010110111111011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C47C; }

 p { color: rgb(197,196,124); }

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

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

 a { background-color: rgb(197,196,124); }

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

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

 span { border-color: rgb(197,196,124); }

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