#C99471

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

Shades of Feldspar #C99471

Tints of Feldspar #C99471

Color information

#C99471 (or 0xC99471) is unknown color: approx Feldspar. HEX triplet: C9, 94 and 71. RGB value is (201,148,113). Sum of RGB (Red+Green+Blue) = 201+148+113=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C99471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99471 is #366B8E. Grayscale: #A0A0A0. Windows color (decimal): -3566479 or 7443657. OLE color: 7443657.

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

Color convert

RGB201148113-
CMYK00.260.440.21
HSL23.86º44.9%61.57%-
HSV(B)23.86º43.78%78.82%-
XYZ37.6634.7920.35-
YUV159.86101.56157.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=43.51%
G=32.03%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114811300.260.440.2123.8644.961.57
HexC9947101A2C15182d3e
Octal3112241610325425305576
Binary110010011001010011100010110101011001010111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99471; }

 p { color: rgb(201,148,113); }

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

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

 a { background-color: rgb(201,148,113); }

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

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

 span { border-color: rgb(201,148,113); }

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