Html Css Color HEX #C58D74 Feldspar

📋 copy color: '#C58D74'

red 197 ◦ green 141 ◦ blue 116

#C58D74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #C58D74

Tints of Feldspar #C58D74

RGB

 RED value IS 197 (77.34% from 255) = 43.39%

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 116 (45.7% from 255) = 25.55%

R = 43.39%
G = 31.06%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C58D74 (or 0xC58D74) is known color: Feldspar. HEX triplet: C5, 8D and 74. RGB value is (197,141,116). Sum of RGB (Red+Green+Blue) = 197+141+116=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D74 is #3A728B. Grayscale: #9B9B9B. Windows color (decimal): -3830412 or 7638469. OLE color: 7638469.

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

Color convert

RGB 197 141 116 -
CMYK 0 0.28 0.41 0.23
HSL 18.52º 0.41% 0.61% -
HSV(B) 18.52º 0.41% 0.77% -
XYZ 35.7 32.18 20.85 -
YUV 154.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 197 141 116 0 0.28 0.41 0.23 18.52 0.41 0.61
Hex C5 8D 74 0 1C 29 17 13 29 3D
Octal 305 215 164 0 34 51 27 23 51 75
Binary 11000101 10001101 1110100 0 11100 101001 10111 10011 101001 111101

Color Harmonies of #C58D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D74

Black with #C58D74

Text Example


Text Example

White with #C58D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D74; }

 p { color: rgb(197,141,116); }

 H1.HeaderClassName
 {
   color: #C58D74;
 }
 .AnyTagClassName
 {
   color: #C58D74;
 }
</style>

background-color css

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

 a { background-color: rgb(197,141,116); }

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

border-color css

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

 span { border-color: rgb(197,141,116); }

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