#C99379

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

Shades of Feldspar #C99379

Tints of Feldspar #C99379

Color information

#C99379 (or 0xC99379) is unknown color: approx Feldspar. HEX triplet: C9, 93 and 79. RGB value is (201,147,121). Sum of RGB (Red+Green+Blue) = 201+147+121=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C99379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99379 is #366C86. Grayscale: #A0A0A0. Windows color (decimal): -3566727 or 7967689. OLE color: 7967689.

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

Color convert

RGB201147121-
CMYK00.270.400.21
HSL19.5º42.55%63.14%-
HSV(B)19.5º39.8%78.82%-
XYZ37.9734.6722.78-
YUV160.18105.89157.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=42.86%
G=31.34%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114712100.270.400.2119.542.5563.14
HexC9937901B2815142b3f
Octal3112231710335025245377
Binary110010011001001111110010110111010001010110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99379; }

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

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

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

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

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

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

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

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