Html Css Color HEX #C59474 Feldspar

📋 copy color: '#C59474'

red 197 ◦ green 148 ◦ blue 116

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

Shades of Feldspar #C59474

Tints of Feldspar #C59474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 42.73%
G = 32.1%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C59474 (or 0xC59474) is known color: Feldspar. HEX triplet: C5, 94 and 74. RGB value is (197,148,116). Sum of RGB (Red+Green+Blue) = 197+148+116=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C59474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59474 is #3A6B8B. Grayscale: #9F9F9F. Windows color (decimal): -3828620 or 7640261. OLE color: 7640261.

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

Color convert

RGB 197 148 116 -
CMYK 0 0.25 0.41 0.23
HSL 23.7º 0.41% 0.61% -
HSV(B) 23.7º 0.41% 0.77% -
XYZ 36.77 34.31 21.21 -
YUV 159 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 197 148 116 0 0.25 0.41 0.23 23.7 0.41 0.61
Hex C5 94 74 0 19 29 17 18 29 3D
Octal 305 224 164 0 31 51 27 30 51 75
Binary 11000101 10010100 1110100 0 11001 101001 10111 11000 101001 111101

Color Harmonies of #C59474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59474

Black with #C59474

Text Example


Text Example

White with #C59474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59474; }

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

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

background-color css

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

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

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

border-color css

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

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

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