#C58C7A

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

Shades of Feldspar #C58C7A

Tints of Feldspar #C58C7A

Color information

#C58C7A (or 0xC58C7A) is unknown color: approx Feldspar. HEX triplet: C5, 8C and 7A. RGB value is (197,140,122). Sum of RGB (Red+Green+Blue) = 197+140+122=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C7A is #3A7385. Grayscale: #9B9B9B. Windows color (decimal): -3830662 or 8031429. OLE color: 8031429.

HSL color Cylindrical-coordinate representation of color #C58C7A: hue angle of 14.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C58C7A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB197140122-
CMYK00.290.380.23
HSL14.4º39.27%62.55%-
HSV(B)14.4º38.07%77.25%-
XYZ35.9232.0322.7-
YUV154.99109.38157.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=42.92%
G=30.50%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714012200.290.380.2314.439.2762.55
HexC58C7A01D2617e273f
Octal3052141720354627164777
Binary11000101100011001111010011101100110101111110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58C7A; }

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

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

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

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

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

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

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

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