#C38871

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

Shades of Feldspar #C38871

Tints of Feldspar #C38871

Color information

#C38871 (or 0xC38871) is unknown color: approx Feldspar. HEX triplet: C3, 88 and 71. RGB value is (195,136,113). Sum of RGB (Red+Green+Blue) = 195+136+113=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C38871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38871 is #3C778E. Grayscale: #979797. Windows color (decimal): -3962767 or 7440579. OLE color: 7440579.

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

Color convert

RGB195136113-
CMYK00.300.420.24
HSL16.83º40.59%60.39%-
HSV(B)16.83º42.05%76.47%-
XYZ34.2930.419.68-
YUV151.02106.55159.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=43.92%
G=30.63%
B=25.45%

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
Decimal19513611300.300.420.2416.8340.5960.39
HexC3887101E2A1811293c
Octal3032101610365230215174
Binary110000111000100011100010111101010101100010001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38871; }

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

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

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

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

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

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

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

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