#C58E7B

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

Shades of Feldspar #C58E7B

Tints of Feldspar #C58E7B

Color information

#C58E7B (or 0xC58E7B) is unknown color: approx Feldspar. HEX triplet: C5, 8E and 7B. RGB value is (197,142,123). Sum of RGB (Red+Green+Blue) = 197+142+123=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E7B is #3A7184. Grayscale: #9C9C9C. Windows color (decimal): -3830149 or 8097477. OLE color: 8097477.

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

Color convert

RGB197142123-
CMYK00.280.380.23
HSL15.41º38.95%62.75%-
HSV(B)15.41º37.56%77.25%-
XYZ36.2732.6523.13-
YUV156.28109.22157.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=42.64%
G=30.74%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714212300.280.380.2315.4138.9562.75
HexC58E7B01C2617f273f
Octal3052161730344627174777
Binary11000101100011101111011011100100110101111111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E7B; }

 p { color: rgb(197,142,123); }

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

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

 a { background-color: rgb(197,142,123); }

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

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

 span { border-color: rgb(197,142,123); }

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