#C89475

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

Shades of Feldspar #C89475

Tints of Feldspar #C89475

Color information

#C89475 (or 0xC89475) is unknown color: approx Feldspar. HEX triplet: C8, 94 and 75. RGB value is (200,148,117). Sum of RGB (Red+Green+Blue) = 200+148+117=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89475 is #376B8A. Grayscale: #A0A0A0. Windows color (decimal): -3632011 or 7705800. OLE color: 7705800.

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

Color convert

RGB200148117-
CMYK00.260.420.22
HSL22.41º43.01%62.16%-
HSV(B)22.41º41.5%78.43%-
XYZ37.6234.7421.55-
YUV160.01103.73156.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=43.01%
G=31.83%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014811700.260.420.2222.4143.0162.16
HexC8947501A2A16162b3e
Octal3102241650325226265376
Binary110010001001010011101010110101010101011010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89475; }

 p { color: rgb(200,148,117); }

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

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

 a { background-color: rgb(200,148,117); }

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

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

 span { border-color: rgb(200,148,117); }

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