Html Css Color HEX #C79074 Feldspar

📋 copy color: '#C79074'

red 199 ◦ green 144 ◦ blue 116

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

Shades of Feldspar #C79074

Tints of Feldspar #C79074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.37%

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 43.36%
G = 31.37%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C79074 (or 0xC79074) is known color: Feldspar. HEX triplet: C7, 90 and 74. RGB value is (199,144,116). Sum of RGB (Red+Green+Blue) = 199+144+116=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C79074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79074 is #386F8B. Grayscale: #9D9D9D. Windows color (decimal): -3698572 or 7639239. OLE color: 7639239.

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

Color convert

RGB 199 144 116 -
CMYK 0 0.28 0.42 0.22
HSL 20.24º 0.43% 0.62% -
HSV(B) 20.24º 0.42% 0.78% -
XYZ 36.68 33.35 21.03 -
YUV 157.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 199 144 116 0 0.28 0.42 0.22 20.24 0.43 0.62
Hex C7 90 74 0 1C 2A 16 14 2B 3E
Octal 307 220 164 0 34 52 26 24 53 76
Binary 11000111 10010000 1110100 0 11100 101010 10110 10100 101011 111110

Color Harmonies of #C79074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79074

Black with #C79074

Text Example


Text Example

White with #C79074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79074; }

 p { color: rgb(199,144,116); }

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

background-color css

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

 a { background-color: rgb(199,144,116); }

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

border-color css

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

 span { border-color: rgb(199,144,116); }

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