Html Css Color HEX #C79274 Feldspar

📋 copy color: '#C79274'

red 199 ◦ green 146 ◦ blue 116

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

Shades of Feldspar #C79274

Tints of Feldspar #C79274

RGB

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

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

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

R = 43.17%
G = 31.67%
B = 25.16%

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

#C79274 (or 0xC79274) is known color: Feldspar. HEX triplet: C7, 92 and 74. RGB value is (199,146,116). Sum of RGB (Red+Green+Blue) = 199+146+116=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C79274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79274 is #386D8B. Grayscale: #9E9E9E. Windows color (decimal): -3698060 or 7639751. OLE color: 7639751.

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

Color convert

RGB 199 146 116 -
CMYK 0 0.27 0.42 0.22
HSL 21.69º 0.43% 0.62% -
HSV(B) 21.69º 0.42% 0.78% -
XYZ 36.98 33.96 21.13 -
YUV 158.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 199 146 116 0 0.27 0.42 0.22 21.69 0.43 0.62
Hex C7 92 74 0 1B 2A 16 16 2B 3E
Octal 307 222 164 0 33 52 26 26 53 76
Binary 11000111 10010010 1110100 0 11011 101010 10110 10110 101011 111110

Color Harmonies of #C79274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79274

Black with #C79274

Text Example


Text Example

White with #C79274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79274; }

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

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

background-color css

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

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

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

border-color css

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

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

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