#C39070

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

Shades of Feldspar #C39070

Tints of Feldspar #C39070

Color information

#C39070 (or 0xC39070) is unknown color: approx Feldspar. HEX triplet: C3, 90 and 70. RGB value is (195,144,112). Sum of RGB (Red+Green+Blue) = 195+144+112=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C39070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39070 is #3C6F8F. Grayscale: #9B9B9B. Windows color (decimal): -3960720 or 7377091. OLE color: 7377091.

HSL color Cylindrical-coordinate representation of color #C39070: hue angle of 23.13º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C39070 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB195144112-
CMYK00.260.430.24
HSL23.13º40.89%60.2%-
HSV(B)23.13º42.56%76.47%-
XYZ35.432.7219.78-
YUV155.6103.4156.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=43.24%
G=31.93%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514411200.260.430.2423.1340.8960.2
HexC3907001A2B1817293c
Octal3032201600325330275174
Binary110000111001000011100000110101010111100010111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39070; }

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

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

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

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

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

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

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

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