#C58F75

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

Shades of Feldspar #C58F75

Tints of Feldspar #C58F75

Color information

#C58F75 (or 0xC58F75) is unknown color: approx Feldspar. HEX triplet: C5, 8F and 75. RGB value is (197,143,117). Sum of RGB (Red+Green+Blue) = 197+143+117=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F75 is #3A708A. Grayscale: #9C9C9C. Windows color (decimal): -3829899 or 7704517. OLE color: 7704517.

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

Color convert

RGB197143117-
CMYK00.270.410.23
HSL19.5º40.82%61.57%-
HSV(B)19.5º40.61%77.25%-
XYZ36.0632.821.26-
YUV156.18105.89157.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=43.11%
G=31.29%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714311700.270.410.2319.540.8261.57
HexC58F7501B291714293e
Octal3052171650335127245176
Binary110001011000111111101010110111010011011110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F75; }

 p { color: rgb(197,143,117); }

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

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

 a { background-color: rgb(197,143,117); }

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

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

 span { border-color: rgb(197,143,117); }

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