#C58A71

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

Shades of Feldspar #C58A71

Tints of Feldspar #C58A71

Color information

#C58A71 (or 0xC58A71) is unknown color: approx Feldspar. HEX triplet: C5, 8A and 71. RGB value is (197,138,113). Sum of RGB (Red+Green+Blue) = 197+138+113=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A71 is #3A758E. Grayscale: #989898. Windows color (decimal): -3831183 or 7441093. OLE color: 7441093.

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

Color convert

RGB197138113-
CMYK00.300.430.23
HSL17.86º42%60.78%-
HSV(B)17.86º42.64%77.25%-
XYZ35.131.2419.8-
YUV152.79105.55159.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=43.97%
G=30.80%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713811300.300.430.2317.864260.78
HexC58A7101E2B17122a3d
Octal3052121610365327225275
Binary110001011000101011100010111101010111011110010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A71; }

 p { color: rgb(197,138,113); }

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

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

 a { background-color: rgb(197,138,113); }

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

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

 span { border-color: rgb(197,138,113); }

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