Html Css Color HEX #C58B73 Feldspar

📋 copy color: '#C58B73'

red 197 ◦ green 139 ◦ blue 115

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

Shades of Feldspar #C58B73

Tints of Feldspar #C58B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.82%

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

R = 43.68%
G = 30.82%
B = 25.5%

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

#C58B73 (or 0xC58B73) is known color: Feldspar. HEX triplet: C5, 8B and 73. RGB value is (197,139,115). Sum of RGB (Red+Green+Blue) = 197+139+115=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B73 is #3A748C. Grayscale: #999999. Windows color (decimal): -3830925 or 7572421. OLE color: 7572421.

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

Color convert

RGB 197 139 115 -
CMYK 0 0.29 0.42 0.23
HSL 17.56º 0.41% 0.61% -
HSV(B) 17.56º 0.42% 0.77% -
XYZ 35.35 31.57 20.45 -
YUV 153.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 197 139 115 0 0.29 0.42 0.23 17.56 0.41 0.61
Hex C5 8B 73 0 1D 2A 17 12 29 3D
Octal 305 213 163 0 35 52 27 22 51 75
Binary 11000101 10001011 1110011 0 11101 101010 10111 10010 101001 111101

Color Harmonies of #C58B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B73

Black with #C58B73

Text Example


Text Example

White with #C58B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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