#C39174

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

Shades of Feldspar #C39174

Tints of Feldspar #C39174

Color information

#C39174 (or 0xC39174) is unknown color: approx Feldspar. HEX triplet: C3, 91 and 74. RGB value is (195,145,116). Sum of RGB (Red+Green+Blue) = 195+145+116=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C39174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39174 is #3C6E8B. Grayscale: #9C9C9C. Windows color (decimal): -3960460 or 7639491. OLE color: 7639491.

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

Color convert

RGB195145116-
CMYK00.260.410.24
HSL22.03º39.7%60.98%-
HSV(B)22.03º40.51%76.47%-
XYZ35.7833.1121.03-
YUV156.64105.06155.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=42.76%
G=31.80%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514511600.260.410.2422.0339.760.98
HexC3917401A291816283d
Octal3032211640325130265075
Binary110000111001000111101000110101010011100010110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39174; }

 p { color: rgb(195,145,116); }

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

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

 a { background-color: rgb(195,145,116); }

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

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

 span { border-color: rgb(195,145,116); }

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