Html Css Color HEX #C58C73 Feldspar

📋 copy color: '#C58C73'

red 197 ◦ green 140 ◦ blue 115

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

Shades of Feldspar #C58C73

Tints of Feldspar #C58C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 43.58%
G = 30.97%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C58C73 (or 0xC58C73) is known color: Feldspar. HEX triplet: C5, 8C and 73. RGB value is (197,140,115). Sum of RGB (Red+Green+Blue) = 197+140+115=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C73 is #3A738C. Grayscale: #9A9A9A. Windows color (decimal): -3830669 or 7572677. OLE color: 7572677.

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

Color convert

RGB 197 140 115 -
CMYK 0 0.29 0.42 0.23
HSL 18.29º 0.41% 0.61% -
HSV(B) 18.29º 0.42% 0.77% -
XYZ 35.5 31.86 20.5 -
YUV 154.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 197 140 115 0 0.29 0.42 0.23 18.29 0.41 0.61
Hex C5 8C 73 0 1D 2A 17 12 29 3D
Octal 305 214 163 0 35 52 27 22 51 75
Binary 11000101 10001100 1110011 0 11101 101010 10111 10010 101001 111101

Color Harmonies of #C58C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C73

Black with #C58C73

Text Example


Text Example

White with #C58C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C73; }

 p { color: rgb(197,140,115); }

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

background-color css

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

 a { background-color: rgb(197,140,115); }

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

border-color css

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

 span { border-color: rgb(197,140,115); }

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