#C7C57C

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

Shades of Pine Glade #C7C57C

Tints of Pine Glade #C7C57C

Color information

#C7C57C (or 0xC7C57C) is unknown color: approx Pine Glade. HEX triplet: C7, C5 and 7C. RGB value is (199,197,124). Sum of RGB (Red+Green+Blue) = 199+197+124=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C57C is #383A83. Grayscale: #BDBDBD. Windows color (decimal): -3684996 or 8177095. OLE color: 8177095.

HSL color Cylindrical-coordinate representation of color #C7C57C: hue angle of 58.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7C57C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199197124-
CMYK00.010.380.22
HSL58.4º40.11%63.33%-
HSV(B)58.4º37.69%78.04%-
XYZ47.1653.5326.92-
YUV189.2891.16134.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=38.27%
G=37.88%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919712400.010.380.2258.440.1163.33
HexC7C57C0126163a283f
Octal307305174014626725077
Binary110001111100010111111000110011010110111010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C57C; }

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

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

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

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

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

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

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

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