Html Css Color HEX #C79278 Feldspar

📋 copy color: '#C79278'

red 199 ◦ green 146 ◦ blue 120

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

Shades of Feldspar #C79278

Tints of Feldspar #C79278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.81%

R = 42.8%
G = 31.4%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C79278 (or 0xC79278) is known color: Feldspar. HEX triplet: C7, 92 and 78. RGB value is (199,146,120). Sum of RGB (Red+Green+Blue) = 199+146+120=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C79278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79278 is #386D87. Grayscale: #9F9F9F. Windows color (decimal): -3698056 or 7901895. OLE color: 7901895.

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

Color convert

RGB 199 146 120 -
CMYK 0 0.27 0.40 0.22
HSL 19.75º 0.41% 0.63% -
HSV(B) 19.75º 0.4% 0.78% -
XYZ 37.22 34.06 22.38 -
YUV 158.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 199 146 120 0 0.27 0.40 0.22 19.75 0.41 0.63
Hex C7 92 78 0 1B 28 16 14 29 3F
Octal 307 222 170 0 33 50 26 24 51 77
Binary 11000111 10010010 1111000 0 11011 101000 10110 10100 101001 111111

Color Harmonies of #C79278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79278

Black with #C79278

Text Example


Text Example

White with #C79278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79278; }

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

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

background-color css

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

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

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

border-color css

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

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

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