#C38971

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

Shades of Feldspar #C38971

Tints of Feldspar #C38971

Color information

#C38971 (or 0xC38971) is unknown color: approx Feldspar. HEX triplet: C3, 89 and 71. RGB value is (195,137,113). Sum of RGB (Red+Green+Blue) = 195+137+113=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C38971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38971 is #3C768E. Grayscale: #979797. Windows color (decimal): -3962511 or 7440835. OLE color: 7440835.

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

Color convert

RGB195137113-
CMYK00.300.420.24
HSL17.56º40.59%60.39%-
HSV(B)17.56º42.05%76.47%-
XYZ34.4330.6919.73-
YUV151.61106.22158.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=43.82%
G=30.79%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513711300.300.420.2417.5640.5960.39
HexC3897101E2A1812293c
Octal3032111610365230225174
Binary110000111000100111100010111101010101100010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38971; }

 p { color: rgb(195,137,113); }

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

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

 a { background-color: rgb(195,137,113); }

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

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

 span { border-color: rgb(195,137,113); }

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