#C58F76

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

Shades of Feldspar #C58F76

Tints of Feldspar #C58F76

Color information

#C58F76 (or 0xC58F76) is unknown color: approx Feldspar. HEX triplet: C5, 8F and 76. RGB value is (197,143,118). Sum of RGB (Red+Green+Blue) = 197+143+118=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F76 is #3A7089. Grayscale: #9C9C9C. Windows color (decimal): -3829898 or 7770053. OLE color: 7770053.

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

Color convert

RGB197143118-
CMYK00.270.400.23
HSL18.99º40.51%61.76%-
HSV(B)18.99º40.1%77.25%-
XYZ36.1232.8221.57-
YUV156.3106.39157.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=43.01%
G=31.22%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714311800.270.400.2318.9940.5161.76
HexC58F7601B281713293e
Octal3052171660335027235176
Binary110001011000111111101100110111010001011110011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F76; }

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

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

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

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

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

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

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

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