Html Css Color HEX #C79471 Feldspar

📋 copy color: '#C79471'

red 199 ◦ green 148 ◦ blue 113

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

Shades of Feldspar #C79471

Tints of Feldspar #C79471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.57%

R = 43.26%
G = 32.17%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C79471 (or 0xC79471) is known color: Feldspar. HEX triplet: C7, 94 and 71. RGB value is (199,148,113). Sum of RGB (Red+Green+Blue) = 199+148+113=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C79471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79471 is #386B8E. Grayscale: #9F9F9F. Windows color (decimal): -3697551 or 7443655. OLE color: 7443655.

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

Color convert

RGB 199 148 113 -
CMYK 0 0.26 0.43 0.22
HSL 24.42º 0.43% 0.61% -
HSV(B) 24.42º 0.43% 0.78% -
XYZ 37.12 34.51 20.33 -
YUV 159.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 199 148 113 0 0.26 0.43 0.22 24.42 0.43 0.61
Hex C7 94 71 0 1A 2B 16 18 2B 3D
Octal 307 224 161 0 32 53 26 30 53 75
Binary 11000111 10010100 1110001 0 11010 101011 10110 11000 101011 111101

Color Harmonies of #C79471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79471

Black with #C79471

Text Example


Text Example

White with #C79471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79471; }

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

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

background-color css

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

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

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

border-color css

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

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

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