#C59378

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

Shades of Feldspar #C59378

Tints of Feldspar #C59378

Color information

#C59378 (or 0xC59378) is unknown color: approx Feldspar. HEX triplet: C5, 93 and 78. RGB value is (197,147,120). Sum of RGB (Red+Green+Blue) = 197+147+120=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C59378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59378 is #3A6C87. Grayscale: #9F9F9F. Windows color (decimal): -3828872 or 7902149. OLE color: 7902149.

HSL color Cylindrical-coordinate representation of color #C59378: hue angle of 21.04º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59378 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197147120-
CMYK00.250.390.23
HSL21.04º39.9%62.16%-
HSV(B)21.04º39.09%77.25%-
XYZ36.8534.0922.41-
YUV158.87106.06155.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=42.46%
G=31.68%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714712000.250.390.2321.0439.962.16
HexC59378019271715283e
Octal3052231700314727255076
Binary110001011001001111110000110011001111011110101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59378; }

 p { color: rgb(197,147,120); }

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

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

 a { background-color: rgb(197,147,120); }

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

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

 span { border-color: rgb(197,147,120); }

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