#C59072

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

Shades of Feldspar #C59072

Tints of Feldspar #C59072

Color information

#C59072 (or 0xC59072) is unknown color: approx Feldspar. HEX triplet: C5, 90 and 72. RGB value is (197,144,114). Sum of RGB (Red+Green+Blue) = 197+144+114=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C59072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59072 is #3A6F8D. Grayscale: #9C9C9C. Windows color (decimal): -3829646 or 7508165. OLE color: 7508165.

HSL color Cylindrical-coordinate representation of color #C59072: hue angle of 21.69º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C59072 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197144114-
CMYK00.270.420.23
HSL21.69º41.71%60.98%-
HSV(B)21.69º42.13%77.25%-
XYZ36.0433.0320.4-
YUV156.43104.06156.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=43.30%
G=31.65%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714411400.270.420.2321.6941.7160.98
HexC5907201B2A17162a3d
Octal3052201620335227265275
Binary110001011001000011100100110111010101011110110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59072; }

 p { color: rgb(197,144,114); }

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

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

 a { background-color: rgb(197,144,114); }

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

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

 span { border-color: rgb(197,144,114); }

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