#C49372

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

Shades of Feldspar #C49372

Tints of Feldspar #C49372

Color information

#C49372 (or 0xC49372) is unknown color: approx Feldspar. HEX triplet: C4, 93 and 72. RGB value is (196,147,114). Sum of RGB (Red+Green+Blue) = 196+147+114=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C49372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49372 is #3B6C8D. Grayscale: #9E9E9E. Windows color (decimal): -3894414 or 7508932. OLE color: 7508932.

HSL color Cylindrical-coordinate representation of color #C49372: hue angle of 24.15º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C49372 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196147114-
CMYK00.250.420.23
HSL24.15º41%60.78%-
HSV(B)24.15º41.84%76.86%-
XYZ36.2433.8220.54-
YUV157.89103.23155.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=42.89%
G=32.17%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614711400.250.420.2324.154160.78
HexC493720192A1718293d
Octal3042231620315227305175
Binary110001001001001111100100110011010101011111000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49372; }

 p { color: rgb(196,147,114); }

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

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

 a { background-color: rgb(196,147,114); }

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

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

 span { border-color: rgb(196,147,114); }

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