Html Css Color HEX #C79479 Feldspar

📋 copy color: '#C79479'

red 199 ◦ green 148 ◦ blue 121

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

Shades of Feldspar #C79479

Tints of Feldspar #C79479

RGB

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

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

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

R = 42.52%
G = 31.62%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C79479 (or 0xC79479) is known color: Feldspar. HEX triplet: C7, 94 and 79. RGB value is (199,148,121). Sum of RGB (Red+Green+Blue) = 199+148+121=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C79479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79479 is #386B86. Grayscale: #A0A0A0. Windows color (decimal): -3697543 or 7967943. OLE color: 7967943.

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

Color convert

RGB 199 148 121 -
CMYK 0 0.26 0.39 0.22
HSL 20.77º 0.41% 0.63% -
HSV(B) 20.77º 0.39% 0.78% -
XYZ 37.59 34.7 22.81 -
YUV 160.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 199 148 121 0 0.26 0.39 0.22 20.77 0.41 0.63
Hex C7 94 79 0 1A 27 16 15 29 3F
Octal 307 224 171 0 32 47 26 25 51 77
Binary 11000111 10010100 1111001 0 11010 100111 10110 10101 101001 111111

Color Harmonies of #C79479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79479

Black with #C79479

Text Example


Text Example

White with #C79479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79479; }

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

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

background-color css

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

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

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

border-color css

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

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

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