#C39072

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

Shades of Feldspar #C39072

Tints of Feldspar #C39072

Color information

#C39072 (or 0xC39072) is unknown color: approx Feldspar. HEX triplet: C3, 90 and 72. RGB value is (195,144,114). Sum of RGB (Red+Green+Blue) = 195+144+114=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C39072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39072 is #3C6F8D. Grayscale: #9B9B9B. Windows color (decimal): -3960718 or 7508163. OLE color: 7508163.

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

Color convert

RGB195144114-
CMYK00.260.420.24
HSL22.22º40.3%60.59%-
HSV(B)22.22º41.54%76.47%-
XYZ35.5232.7620.37-
YUV155.83104.4155.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=43.05%
G=31.79%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514411400.260.420.2422.2240.360.59
HexC3907201A2A1816283d
Octal3032201620325230265075
Binary110000111001000011100100110101010101100010110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39072; }

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

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

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

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

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

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

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

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