#C7C57D

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

Shades of Pine Glade #C7C57D

Tints of Pine Glade #C7C57D

Color information

#C7C57D (or 0xC7C57D) is unknown color: approx Pine Glade. HEX triplet: C7, C5 and 7D. RGB value is (199,197,125). Sum of RGB (Red+Green+Blue) = 199+197+125=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C57D is #383A82. Grayscale: #BDBDBD. Windows color (decimal): -3684995 or 8242631. OLE color: 8242631.

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

Color convert

RGB199197125-
CMYK00.010.370.22
HSL58.38º39.78%63.53%-
HSV(B)58.38º37.19%78.04%-
XYZ47.2253.5627.25-
YUV189.3991.66134.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=38.20%
G=37.81%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919712500.010.370.2258.3839.7863.53
HexC7C57D0125163a2840
Octal3073051750145267250100
Binary1100011111000101111110101100101101101110101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C57D; }

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

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

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

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

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

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

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

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