Html Css Color HEX #C79373 Feldspar

📋 copy color: '#C79373'

red 199 ◦ green 147 ◦ blue 115

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

Shades of Feldspar #C79373

Tints of Feldspar #C79373

RGB

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

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

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

R = 43.17%
G = 31.89%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C79373 (or 0xC79373) is known color: Feldspar. HEX triplet: C7, 93 and 73. RGB value is (199,147,115). Sum of RGB (Red+Green+Blue) = 199+147+115=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C79373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79373 is #386C8C. Grayscale: #9F9F9F. Windows color (decimal): -3697805 or 7574471. OLE color: 7574471.

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

Color convert

RGB 199 147 115 -
CMYK 0 0.26 0.42 0.22
HSL 22.86º 0.43% 0.62% -
HSV(B) 22.86º 0.42% 0.78% -
XYZ 37.08 34.25 20.88 -
YUV 158.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 199 147 115 0 0.26 0.42 0.22 22.86 0.43 0.62
Hex C7 93 73 0 1A 2A 16 17 2B 3E
Octal 307 223 163 0 32 52 26 27 53 76
Binary 11000111 10010011 1110011 0 11010 101010 10110 10111 101011 111110

Color Harmonies of #C79373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79373

Black with #C79373

Text Example


Text Example

White with #C79373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79373; }

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

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

background-color css

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

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

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

border-color css

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

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

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