#C99579

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

Shades of Feldspar #C99579

Tints of Feldspar #C99579

Color information

#C99579 (or 0xC99579) is unknown color: approx Feldspar. HEX triplet: C9, 95 and 79. RGB value is (201,149,121). Sum of RGB (Red+Green+Blue) = 201+149+121=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C99579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99579 is #366A86. Grayscale: #A1A1A1. Windows color (decimal): -3566215 or 7968201. OLE color: 7968201.

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

Color convert

RGB201149121-
CMYK00.260.400.21
HSL21º42.55%63.14%-
HSV(B)21º39.8%78.82%-
XYZ38.2935.2922.88-
YUV161.36105.23156.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=42.68%
G=31.63%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114912100.260.400.212142.5563.14
HexC9957901A2815152b3f
Octal3112251710325025255377
Binary110010011001010111110010110101010001010110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99579; }

 p { color: rgb(201,149,121); }

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

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

 a { background-color: rgb(201,149,121); }

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

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

 span { border-color: rgb(201,149,121); }

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