#C79378

Color #C79378 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #C79378

Tints of Feldspar #C79378

Color information

#C79378 (or 0xC79378) is unknown color: approx Feldspar. HEX triplet: C7, 93 and 78. RGB value is (199,147,120). Sum of RGB (Red+Green+Blue) = 199+147+120=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C79378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79378 is #386C87. Grayscale: #9F9F9F. Windows color (decimal): -3697800 or 7902151. OLE color: 7902151.

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

Color convert

RGB199147120-
CMYK00.260.400.22
HSL20.51º41.36%62.55%-
HSV(B)20.51º39.7%78.04%-
XYZ37.3834.3722.43-
YUV159.47105.73156.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=42.70%
G=31.55%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914712000.260.400.2220.5141.3662.55
HexC7937801A281615293f
Octal3072231700325026255177
Binary110001111001001111110000110101010001011010101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79378; }

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

 H1.HeaderClassName
 {
   color: #C79378;
 }
 .AnyTagClassName
 {
   color: #C79378;
 }
</style>
background-color css

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

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

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

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

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

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