Html Css Color HEX #C79175 Feldspar

📋 copy color: '#C79175'

red 199 ◦ green 145 ◦ blue 117

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

Shades of Feldspar #C79175

Tints of Feldspar #C79175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 43.17%
G = 31.45%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C79175 (or 0xC79175) is known color: Feldspar. HEX triplet: C7, 91 and 75. RGB value is (199,145,117). Sum of RGB (Red+Green+Blue) = 199+145+117=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C79175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79175 is #386E8A. Grayscale: #9E9E9E. Windows color (decimal): -3698315 or 7705031. OLE color: 7705031.

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

Color convert

RGB 199 145 117 -
CMYK 0 0.27 0.41 0.22
HSL 20.49º 0.42% 0.62% -
HSV(B) 20.49º 0.41% 0.78% -
XYZ 36.89 33.68 21.39 -
YUV 157.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 199 145 117 0 0.27 0.41 0.22 20.49 0.42 0.62
Hex C7 91 75 0 1B 29 16 14 2A 3E
Octal 307 221 165 0 33 51 26 24 52 76
Binary 11000111 10010001 1110101 0 11011 101001 10110 10100 101010 111110

Color Harmonies of #C79175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79175

Black with #C79175

Text Example


Text Example

White with #C79175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79175; }

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

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

background-color css

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

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

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

border-color css

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

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

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