Html Css Color HEX #C79675 Feldspar

📋 copy color: '#C79675'

red 199 ◦ green 150 ◦ blue 117

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

Shades of Feldspar #C79675

Tints of Feldspar #C79675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

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

R = 42.7%
G = 32.19%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C79675 (or 0xC79675) is known color: Feldspar. HEX triplet: C7, 96 and 75. RGB value is (199,150,117). Sum of RGB (Red+Green+Blue) = 199+150+117=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C79675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79675 is #38698A. Grayscale: #A1A1A1. Windows color (decimal): -3697035 or 7706311. OLE color: 7706311.

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

Color convert

RGB 199 150 117 -
CMYK 0 0.25 0.41 0.22
HSL 24.15º 0.42% 0.62% -
HSV(B) 24.15º 0.41% 0.78% -
XYZ 37.67 35.24 21.65 -
YUV 160.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 199 150 117 0 0.25 0.41 0.22 24.15 0.42 0.62
Hex C7 96 75 0 19 29 16 18 2A 3E
Octal 307 226 165 0 31 51 26 30 52 76
Binary 11000111 10010110 1110101 0 11001 101001 10110 11000 101010 111110

Color Harmonies of #C79675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79675

Black with #C79675

Text Example


Text Example

White with #C79675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79675; }

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

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

background-color css

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

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

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

border-color css

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

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

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