Html Css Color HEX #C79579 Feldspar

📋 copy color: '#C79579'

red 199 ◦ green 149 ◦ blue 121

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

Shades of Feldspar #C79579

Tints of Feldspar #C79579

RGB

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

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

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

R = 42.43%
G = 31.77%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C79579 (or 0xC79579) is known color: Feldspar. HEX triplet: C7, 95 and 79. RGB value is (199,149,121). Sum of RGB (Red+Green+Blue) = 199+149+121=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C79579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79579 is #386A86. Grayscale: #A0A0A0. Windows color (decimal): -3697287 or 7968199. OLE color: 7968199.

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

Color convert

RGB 199 149 121 -
CMYK 0 0.25 0.39 0.22
HSL 21.54º 0.41% 0.63% -
HSV(B) 21.54º 0.39% 0.78% -
XYZ 37.75 35.02 22.86 -
YUV 160.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 199 149 121 0 0.25 0.39 0.22 21.54 0.41 0.63
Hex C7 95 79 0 19 27 16 16 29 3F
Octal 307 225 171 0 31 47 26 26 51 77
Binary 11000111 10010101 1111001 0 11001 100111 10110 10110 101001 111111

Color Harmonies of #C79579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79579

Black with #C79579

Text Example


Text Example

White with #C79579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79579; }

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

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

background-color css

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

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

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

border-color css

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

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

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