Html Css Color HEX #C59473 Feldspar

📋 copy color: '#C59473'

red 197 ◦ green 148 ◦ blue 115

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

Shades of Feldspar #C59473

Tints of Feldspar #C59473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 42.83%
G = 32.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C59473 (or 0xC59473) is known color: Feldspar. HEX triplet: C5, 94 and 73. RGB value is (197,148,115). Sum of RGB (Red+Green+Blue) = 197+148+115=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C59473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59473 is #3A6B8C. Grayscale: #9F9F9F. Windows color (decimal): -3828621 or 7574725. OLE color: 7574725.

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

Color convert

RGB 197 148 115 -
CMYK 0 0.25 0.42 0.23
HSL 24.15º 0.41% 0.61% -
HSV(B) 24.15º 0.42% 0.77% -
XYZ 36.71 34.29 20.9 -
YUV 158.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 197 148 115 0 0.25 0.42 0.23 24.15 0.41 0.61
Hex C5 94 73 0 19 2A 17 18 29 3D
Octal 305 224 163 0 31 52 27 30 51 75
Binary 11000101 10010100 1110011 0 11001 101010 10111 11000 101001 111101

Color Harmonies of #C59473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59473

Black with #C59473

Text Example


Text Example

White with #C59473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59473; }

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

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

background-color css

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

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

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

border-color css

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

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

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