#C58C72

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

Shades of Feldspar #C58C72

Tints of Feldspar #C58C72

Color information

#C58C72 (or 0xC58C72) is unknown color: approx Feldspar. HEX triplet: C5, 8C and 72. RGB value is (197,140,114). Sum of RGB (Red+Green+Blue) = 197+140+114=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C72 is #3A738D. Grayscale: #9A9A9A. Windows color (decimal): -3830670 or 7507141. OLE color: 7507141.

HSL color Cylindrical-coordinate representation of color #C58C72: hue angle of 18.8º 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 #C58C72 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197140114-
CMYK00.290.420.23
HSL18.8º41.71%60.98%-
HSV(B)18.8º42.13%77.25%-
XYZ35.4431.8420.2-
YUV154.08105.38158.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=43.68%
G=31.04%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714011400.290.420.2318.841.7160.98
HexC58C7201D2A17132a3d
Octal3052141620355227235275
Binary110001011000110011100100111011010101011110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58C72; }

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

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

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

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

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

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

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

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