#C8936D

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

Shades of Feldspar #C8936D

Tints of Feldspar #C8936D

Color information

#C8936D (or 0xC8936D) is unknown color: approx Feldspar. HEX triplet: C8, 93 and 6D. RGB value is (200,147,109). Sum of RGB (Red+Green+Blue) = 200+147+109=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8936D is #376C92. Grayscale: #9E9E9E. Windows color (decimal): -3632275 or 7181256. OLE color: 7181256.

HSL color Cylindrical-coordinate representation of color #C8936D: hue angle of 25.05º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8936D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200147109-
CMYK00.260.460.22
HSL25.05º45.27%60.59%-
HSV(B)25.05º45.5%78.43%-
XYZ37.0134.2519.13-
YUV158.51100.06157.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=43.86%
G=32.24%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014710900.260.460.2225.0545.2760.59
HexC8936D01A2E16192d3d
Octal3102231550325626315575
Binary110010001001001111011010110101011101011011001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8936D; }

 p { color: rgb(200,147,109); }

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

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

 a { background-color: rgb(200,147,109); }

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

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

 span { border-color: rgb(200,147,109); }

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