#C7C57F

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

Shades of Pine Glade #C7C57F

Tints of Pine Glade #C7C57F

Color information

#C7C57F (or 0xC7C57F) is unknown color: approx Pine Glade. HEX triplet: C7, C5 and 7F. RGB value is (199,197,127). Sum of RGB (Red+Green+Blue) = 199+197+127=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C57F is #383A80. Grayscale: #BDBDBD. Windows color (decimal): -3684993 or 8373703. OLE color: 8373703.

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

Color convert

RGB199197127-
CMYK00.010.360.22
HSL58.33º39.13%63.92%-
HSV(B)58.33º36.18%78.04%-
XYZ47.3553.6127.93-
YUV189.6292.66134.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.05%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 127 (50% from 255) = 24.28%
R=38.05%
G=37.67%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919712700.010.360.2258.3339.1363.92
HexC7C57F0124163a2740
Octal3073051770144267247100
Binary1100011111000101111111101100100101101110101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C57F; }

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

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

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

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

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

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

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

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