Html Css Color HEX #C79279 Feldspar

📋 copy color: '#C79279'

red 199 ◦ green 146 ◦ blue 121

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

Shades of Feldspar #C79279

Tints of Feldspar #C79279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.33%

 BLUE value IS 121 (47.66% from 255) = 25.97%

R = 42.7%
G = 31.33%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C79279 (or 0xC79279) is known color: Feldspar. HEX triplet: C7, 92 and 79. RGB value is (199,146,121). Sum of RGB (Red+Green+Blue) = 199+146+121=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C79279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79279 is #386D86. Grayscale: #9F9F9F. Windows color (decimal): -3698055 or 7967431. OLE color: 7967431.

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

Color convert

RGB 199 146 121 -
CMYK 0 0.27 0.39 0.22
HSL 19.23º 0.41% 0.63% -
HSV(B) 19.23º 0.39% 0.78% -
XYZ 37.28 34.08 22.7 -
YUV 159 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 199 146 121 0 0.27 0.39 0.22 19.23 0.41 0.63
Hex C7 92 79 0 1B 27 16 13 29 3F
Octal 307 222 171 0 33 47 26 23 51 77
Binary 11000111 10010010 1111001 0 11011 100111 10110 10011 101001 111111

Color Harmonies of #C79279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79279

Black with #C79279

Text Example


Text Example

White with #C79279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79279; }

 p { color: rgb(199,146,121); }

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

background-color css

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

 a { background-color: rgb(199,146,121); }

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

border-color css

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

 span { border-color: rgb(199,146,121); }

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