Html Css Color HEX #C79174 Feldspar

📋 copy color: '#C79174'

red 199 ◦ green 145 ◦ blue 116

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

Shades of Feldspar #C79174

Tints of Feldspar #C79174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.52%

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

R = 43.26%
G = 31.52%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C79174 (or 0xC79174) is known color: Feldspar. HEX triplet: C7, 91 and 74. RGB value is (199,145,116). Sum of RGB (Red+Green+Blue) = 199+145+116=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C79174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79174 is #386E8B. Grayscale: #9E9E9E. Windows color (decimal): -3698316 or 7639495. OLE color: 7639495.

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

Color convert

RGB 199 145 116 -
CMYK 0 0.27 0.42 0.22
HSL 20.96º 0.43% 0.62% -
HSV(B) 20.96º 0.42% 0.78% -
XYZ 36.83 33.65 21.08 -
YUV 157.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 199 145 116 0 0.27 0.42 0.22 20.96 0.43 0.62
Hex C7 91 74 0 1B 2A 16 15 2B 3E
Octal 307 221 164 0 33 52 26 25 53 76
Binary 11000111 10010001 1110100 0 11011 101010 10110 10101 101011 111110

Color Harmonies of #C79174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79174

Black with #C79174

Text Example


Text Example

White with #C79174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79174; }

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

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

background-color css

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

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

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

border-color css

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

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

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