Html Css Color HEX #C58F79 Feldspar

📋 copy color: '#C58F79'

red 197 ◦ green 143 ◦ blue 121

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

Shades of Feldspar #C58F79

Tints of Feldspar #C58F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.25%

R = 42.73%
G = 31.02%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C58F79 (or 0xC58F79) is known color: Feldspar. HEX triplet: C5, 8F and 79. RGB value is (197,143,121). Sum of RGB (Red+Green+Blue) = 197+143+121=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F79 is #3A7086. Grayscale: #9C9C9C. Windows color (decimal): -3829895 or 7966661. OLE color: 7966661.

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

Color convert

RGB 197 143 121 -
CMYK 0 0.27 0.39 0.23
HSL 17.37º 0.4% 0.62% -
HSV(B) 17.37º 0.39% 0.77% -
XYZ 36.3 32.9 22.53 -
YUV 156.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 197 143 121 0 0.27 0.39 0.23 17.37 0.4 0.62
Hex C5 8F 79 0 1B 27 17 11 28 3E
Octal 305 217 171 0 33 47 27 21 50 76
Binary 11000101 10001111 1111001 0 11011 100111 10111 10001 101000 111110

Color Harmonies of #C58F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F79

Black with #C58F79

Text Example


Text Example

White with #C58F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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