Html Css Color HEX #C79573 Feldspar

📋 copy color: '#C79573'

red 199 ◦ green 149 ◦ blue 115

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

Shades of Feldspar #C79573

Tints of Feldspar #C79573

RGB

 RED value IS 199 (78.13% from 255) = 42.98%

 GREEN value IS 149 (58.59% from 255) = 32.18%

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

R = 42.98%
G = 32.18%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C79573 (or 0xC79573) is known color: Feldspar. HEX triplet: C7, 95 and 73. RGB value is (199,149,115). Sum of RGB (Red+Green+Blue) = 199+149+115=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C79573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79573 is #386A8C. Grayscale: #A0A0A0. Windows color (decimal): -3697293 or 7574983. OLE color: 7574983.

HSL color Cylindrical-coordinate representation of color #C79573: hue angle of 24.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C79573 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 115 -
CMYK 0 0.25 0.42 0.22
HSL 24.29º 0.43% 0.62% -
HSV(B) 24.29º 0.42% 0.78% -
XYZ 37.4 34.87 20.98 -
YUV 160.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 199 149 115 0 0.25 0.42 0.22 24.29 0.43 0.62
Hex C7 95 73 0 19 2A 16 18 2B 3E
Octal 307 225 163 0 31 52 26 30 53 76
Binary 11000111 10010101 1110011 0 11001 101010 10110 11000 101011 111110

Color Harmonies of #C79573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79573

Black with #C79573

Text Example


Text Example

White with #C79573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79573; }

 p { color: rgb(199,149,115); }

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

background-color css

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

 a { background-color: rgb(199,149,115); }

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

border-color css

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

 span { border-color: rgb(199,149,115); }

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