#C7C47D

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

Shades of Pine Glade #C7C47D

Tints of Pine Glade #C7C47D

Color information

#C7C47D (or 0xC7C47D) is unknown color: approx Pine Glade. HEX triplet: C7, C4 and 7D. RGB value is (199,196,125). Sum of RGB (Red+Green+Blue) = 199+196+125=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C47D is #383B82. Grayscale: #BDBDBD. Windows color (decimal): -3685251 or 8242375. OLE color: 8242375.

HSL color Cylindrical-coordinate representation of color #C7C47D: hue angle of 57.57º 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 #C7C47D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB199196125-
CMYK00.020.370.22
HSL57.57º39.78%63.53%-
HSV(B)57.57º37.19%78.04%-
XYZ46.9953.127.17-
YUV188.891.99135.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 125 (49.22% from 255) = 24.04%
R=38.27%
G=37.69%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919612500.020.370.2257.5739.7863.53
HexC7C47D0225163a2840
Octal3073041750245267250100
Binary11000111110001001111101010100101101101110101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C47D; }

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

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

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

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

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

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

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

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