#C99476

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

Shades of Feldspar #C99476

Tints of Feldspar #C99476

Color information

#C99476 (or 0xC99476) is unknown color: approx Feldspar. HEX triplet: C9, 94 and 76. RGB value is (201,148,118). Sum of RGB (Red+Green+Blue) = 201+148+118=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C99476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99476 is #366B89. Grayscale: #A0A0A0. Windows color (decimal): -3566474 or 7771337. OLE color: 7771337.

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

Color convert

RGB201148118-
CMYK00.260.410.21
HSL21.69º43.46%62.55%-
HSV(B)21.69º41.29%78.82%-
XYZ37.9534.9121.88-
YUV160.43104.06156.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.04%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=43.04%
G=31.69%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114811800.260.410.2121.6943.4662.55
HexC9947601A2915162b3f
Octal3112241660325125265377
Binary110010011001010011101100110101010011010110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99476; }

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

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

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

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

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

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

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

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