Html Css Color HEX #C58F75 Feldspar

📋 copy color: '#C58F75'

red 197 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #C58F75

Tints of Feldspar #C58F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.29%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 43.11%
G = 31.29%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C58F75 (or 0xC58F75) is known color: Feldspar. HEX triplet: C5, 8F and 75. RGB value is (197,143,117). Sum of RGB (Red+Green+Blue) = 197+143+117=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F75 is #3A708A. Grayscale: #9C9C9C. Windows color (decimal): -3829899 or 7704517. OLE color: 7704517.

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

Color convert

RGB 197 143 117 -
CMYK 0 0.27 0.41 0.23
HSL 19.5º 0.41% 0.62% -
HSV(B) 19.5º 0.41% 0.77% -
XYZ 36.06 32.8 21.26 -
YUV 156.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 197 143 117 0 0.27 0.41 0.23 19.5 0.41 0.62
Hex C5 8F 75 0 1B 29 17 14 29 3E
Octal 305 217 165 0 33 51 27 24 51 76
Binary 11000101 10001111 1110101 0 11011 101001 10111 10100 101001 111110

Color Harmonies of #C58F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F75

Black with #C58F75

Text Example


Text Example

White with #C58F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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