Html Css Color HEX #C59379 Feldspar

📋 copy color: '#C59379'

red 197 ◦ green 147 ◦ blue 121

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

Shades of Feldspar #C59379

Tints of Feldspar #C59379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.61%

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

R = 42.37%
G = 31.61%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C59379 (or 0xC59379) is known color: Feldspar. HEX triplet: C5, 93 and 79. RGB value is (197,147,121). Sum of RGB (Red+Green+Blue) = 197+147+121=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C59379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59379 is #3A6C86. Grayscale: #9F9F9F. Windows color (decimal): -3828871 or 7967685. OLE color: 7967685.

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

Color convert

RGB 197 147 121 -
CMYK 0 0.25 0.39 0.23
HSL 20.53º 0.4% 0.62% -
HSV(B) 20.53º 0.39% 0.77% -
XYZ 36.91 34.12 22.73 -
YUV 158.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 197 147 121 0 0.25 0.39 0.23 20.53 0.4 0.62
Hex C5 93 79 0 19 27 17 15 28 3E
Octal 305 223 171 0 31 47 27 25 50 76
Binary 11000101 10010011 1111001 0 11001 100111 10111 10101 101000 111110

Color Harmonies of #C59379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59379

Black with #C59379

Text Example


Text Example

White with #C59379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59379; }

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

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

background-color css

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

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

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

border-color css

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

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

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