#C99177

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

Shades of Feldspar #C99177

Tints of Feldspar #C99177

Color information

#C99177 (or 0xC99177) is unknown color: approx Feldspar. HEX triplet: C9, 91 and 77. RGB value is (201,145,119). Sum of RGB (Red+Green+Blue) = 201+145+119=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C99177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99177 is #366E88. Grayscale: #9E9E9E. Windows color (decimal): -3567241 or 7836105. OLE color: 7836105.

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

Color convert

RGB201145119-
CMYK00.280.410.21
HSL19.02º43.16%62.75%-
HSV(B)19.02º40.8%78.82%-
XYZ37.543422.04-
YUV158.78105.55158.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=43.23%
G=31.18%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114511900.280.410.2119.0243.1662.75
HexC9917701C2915132b3f
Octal3112211670345125235377
Binary110010011001000111101110111001010011010110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99177; }

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

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

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

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

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

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

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

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