#C99174

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

Shades of Feldspar #C99174

Tints of Feldspar #C99174

Color information

#C99174 (or 0xC99174) is unknown color: approx Feldspar. HEX triplet: C9, 91 and 74. RGB value is (201,145,116). Sum of RGB (Red+Green+Blue) = 201+145+116=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C99174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99174 is #366E8B. Grayscale: #9E9E9E. Windows color (decimal): -3567244 or 7639497. OLE color: 7639497.

HSL color Cylindrical-coordinate representation of color #C99174: hue angle of 20.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C99174 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201145116-
CMYK00.280.420.21
HSL20.47º44.04%62.16%-
HSV(B)20.47º42.29%78.82%-
XYZ37.3733.9321.1-
YUV158.44104.05158.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=43.51%
G=31.39%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114511600.280.420.2120.4744.0462.16
HexC9917401C2A15142c3e
Octal3112211640345225245476
Binary110010011001000111101000111001010101010110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99174; }

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

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

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

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

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

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

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

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