#C89370

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

Shades of Feldspar #C89370

Tints of Feldspar #C89370

Color information

#C89370 (or 0xC89370) is unknown color: approx Feldspar. HEX triplet: C8, 93 and 70. RGB value is (200,147,112). Sum of RGB (Red+Green+Blue) = 200+147+112=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C89370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89370 is #376C8F. Grayscale: #9F9F9F. Windows color (decimal): -3632272 or 7377864. OLE color: 7377864.

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

Color convert

RGB200147112-
CMYK00.260.440.22
HSL23.86º44.44%61.18%-
HSV(B)23.86º44%78.43%-
XYZ37.1834.3219.99-
YUV158.86101.56157.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 147 (57.81% from 255) = 32.03%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=43.57%
G=32.03%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014711200.260.440.2223.8644.4461.18
HexC8937001A2C16182c3d
Octal3102231600325426305475
Binary110010001001001111100000110101011001011011000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89370; }

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

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

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

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

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

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

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

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