#C3886F

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

Shades of Feldspar #C3886F

Tints of Feldspar #C3886F

Color information

#C3886F (or 0xC3886F) is unknown color: approx Feldspar. HEX triplet: C3, 88 and 6F. RGB value is (195,136,111). Sum of RGB (Red+Green+Blue) = 195+136+111=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3886F is #3C7790. Grayscale: #969696. Windows color (decimal): -3962769 or 7309507. OLE color: 7309507.

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

Color convert

RGB195136111-
CMYK00.300.430.24
HSL17.86º41.18%60%-
HSV(B)17.86º43.08%76.47%-
XYZ34.1830.3619.1-
YUV150.79105.55159.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.12%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=44.12%
G=30.77%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513611100.300.430.2417.8641.1860
HexC3886F01E2B1812293c
Octal3032101570365330225174
Binary110000111000100011011110111101010111100010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3886F; }

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

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

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

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

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

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

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

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