#C49070

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

Shades of Feldspar #C49070

Tints of Feldspar #C49070

Color information

#C49070 (or 0xC49070) is unknown color: approx Feldspar. HEX triplet: C4, 90 and 70. RGB value is (196,144,112). Sum of RGB (Red+Green+Blue) = 196+144+112=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C49070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49070 is #3B6F8F. Grayscale: #9C9C9C. Windows color (decimal): -3895184 or 7377092. OLE color: 7377092.

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

Color convert

RGB196144112-
CMYK00.270.430.23
HSL22.86º41.58%60.39%-
HSV(B)22.86º42.86%76.86%-
XYZ35.6632.8519.79-
YUV155.9103.23156.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=43.36%
G=31.86%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614411200.270.430.2322.8641.5860.39
HexC4907001B2B17172a3c
Octal3042201600335327275274
Binary110001001001000011100000110111010111011110111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49070; }

 p { color: rgb(196,144,112); }

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

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

 a { background-color: rgb(196,144,112); }

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

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

 span { border-color: rgb(196,144,112); }

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