#C99477

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

Shades of Feldspar #C99477

Tints of Feldspar #C99477

Color information

#C99477 (or 0xC99477) is unknown color: approx Feldspar. HEX triplet: C9, 94 and 77. RGB value is (201,148,119). Sum of RGB (Red+Green+Blue) = 201+148+119=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C99477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99477 is #366B88. Grayscale: #A0A0A0. Windows color (decimal): -3566473 or 7836873. OLE color: 7836873.

HSL color Cylindrical-coordinate representation of color #C99477: hue angle of 21.22º 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 #C99477 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB201148119-
CMYK00.260.410.21
HSL21.22º43.16%62.75%-
HSV(B)21.22º40.8%78.82%-
XYZ38.0134.9322.19-
YUV160.54104.56156.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=42.95%
G=31.62%
B=25.43%

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
Decimal20114811900.260.410.2121.2243.1662.75
HexC9947701A2915152b3f
Octal3112241670325125255377
Binary110010011001010011101110110101010011010110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99477; }

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

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

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

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

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

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

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

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