Html Css Color HEX #C79273 Feldspar

📋 copy color: '#C79273'

red 199 ◦ green 146 ◦ blue 115

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

Shades of Feldspar #C79273

Tints of Feldspar #C79273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25%

R = 43.26%
G = 31.74%
B = 25%

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

#C79273 (or 0xC79273) is known color: Feldspar. HEX triplet: C7, 92 and 73. RGB value is (199,146,115). Sum of RGB (Red+Green+Blue) = 199+146+115=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C79273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79273 is #386D8C. Grayscale: #9E9E9E. Windows color (decimal): -3698061 or 7574215. OLE color: 7574215.

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

Color convert

RGB 199 146 115 -
CMYK 0 0.27 0.42 0.22
HSL 22.14º 0.43% 0.62% -
HSV(B) 22.14º 0.42% 0.78% -
XYZ 36.93 33.94 20.82 -
YUV 158.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 199 146 115 0 0.27 0.42 0.22 22.14 0.43 0.62
Hex C7 92 73 0 1B 2A 16 16 2B 3E
Octal 307 222 163 0 33 52 26 26 53 76
Binary 11000111 10010010 1110011 0 11011 101010 10110 10110 101011 111110

Color Harmonies of #C79273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79273

Black with #C79273

Text Example


Text Example

White with #C79273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79273; }

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

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

background-color css

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

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

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

border-color css

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

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

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