Html Css Color HEX #C58D75 Feldspar

📋 copy color: '#C58D75'

red 197 ◦ green 141 ◦ blue 117

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

Shades of Feldspar #C58D75

Tints of Feldspar #C58D75

RGB

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

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

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

R = 43.3%
G = 30.99%
B = 25.71%

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

#C58D75 (or 0xC58D75) is known color: Feldspar. HEX triplet: C5, 8D and 75. RGB value is (197,141,117). Sum of RGB (Red+Green+Blue) = 197+141+117=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D75 is #3A728A. Grayscale: #9B9B9B. Windows color (decimal): -3830411 or 7704005. OLE color: 7704005.

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

Color convert

RGB 197 141 117 -
CMYK 0 0.28 0.41 0.23
HSL 18º 0.41% 0.62% -
HSV(B) 18º 0.41% 0.77% -
XYZ 35.76 32.2 21.16 -
YUV 155.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 197 141 117 0 0.28 0.41 0.23 18 0.41 0.62
Hex C5 8D 75 0 1C 29 17 12 29 3E
Octal 305 215 165 0 34 51 27 22 51 76
Binary 11000101 10001101 1110101 0 11100 101001 10111 10010 101001 111110

Color Harmonies of #C58D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D75

Black with #C58D75

Text Example


Text Example

White with #C58D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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