#C39173

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

Shades of Feldspar #C39173

Tints of Feldspar #C39173

Color information

#C39173 (or 0xC39173) is unknown color: approx Feldspar. HEX triplet: C3, 91 and 73. RGB value is (195,145,115). Sum of RGB (Red+Green+Blue) = 195+145+115=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C39173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39173 is #3C6E8C. Grayscale: #9C9C9C. Windows color (decimal): -3960461 or 7573955. OLE color: 7573955.

HSL color Cylindrical-coordinate representation of color #C39173: hue angle of 22.5º 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 #C39173 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB195145115-
CMYK00.260.410.24
HSL22.5º40%60.78%-
HSV(B)22.5º41.03%76.47%-
XYZ35.7333.0920.72-
YUV156.53104.56155.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=42.86%
G=31.87%
B=25.27%

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
Decimal19514511500.260.410.2422.54060.78
HexC3917301A291817283d
Octal3032211630325130275075
Binary110000111001000111100110110101010011100010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39173; }

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

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

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

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

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

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

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

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