#C7C478

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

Shades of Pine Glade #C7C478

Tints of Pine Glade #C7C478

Color information

#C7C478 (or 0xC7C478) is unknown color: approx Pine Glade. HEX triplet: C7, C4 and 78. RGB value is (199,196,120). Sum of RGB (Red+Green+Blue) = 199+196+120=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C478 is #383B87. Grayscale: #BCBCBC. Windows color (decimal): -3685256 or 7914695. OLE color: 7914695.

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

Color convert

RGB199196120-
CMYK00.020.400.22
HSL57.72º41.36%62.55%-
HSV(B)57.72º39.7%78.04%-
XYZ46.6852.9825.53-
YUV188.2389.49135.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=38.64%
G=38.06%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919612000.020.400.2257.7241.3662.55
HexC7C4780228163a293f
Octal307304170025026725177
Binary1100011111000100111100001010100010110111010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C478; }

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

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

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

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

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

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

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

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