Html Css Color HEX #C58F77 Feldspar

📋 copy color: '#C58F77'

red 197 ◦ green 143 ◦ blue 119

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

Shades of Feldspar #C58F77

Tints of Feldspar #C58F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 42.92%
G = 31.15%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C58F77 (or 0xC58F77) is known color: Feldspar. HEX triplet: C5, 8F and 77. RGB value is (197,143,119). Sum of RGB (Red+Green+Blue) = 197+143+119=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F77 is #3A7088. Grayscale: #9C9C9C. Windows color (decimal): -3829897 or 7835589. OLE color: 7835589.

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

Color convert

RGB 197 143 119 -
CMYK 0 0.27 0.40 0.23
HSL 18.46º 0.4% 0.62% -
HSV(B) 18.46º 0.4% 0.77% -
XYZ 36.18 32.85 21.89 -
YUV 156.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 197 143 119 0 0.27 0.40 0.23 18.46 0.4 0.62
Hex C5 8F 77 0 1B 28 17 12 28 3E
Octal 305 217 167 0 33 50 27 22 50 76
Binary 11000101 10001111 1110111 0 11011 101000 10111 10010 101000 111110

Color Harmonies of #C58F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F77

Black with #C58F77

Text Example


Text Example

White with #C58F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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