#C99173

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

Shades of Feldspar #C99173

Tints of Feldspar #C99173

Color information

#C99173 (or 0xC99173) is unknown color: approx Feldspar. HEX triplet: C9, 91 and 73. RGB value is (201,145,115). Sum of RGB (Red+Green+Blue) = 201+145+115=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C99173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99173 is #366E8C. Grayscale: #9E9E9E. Windows color (decimal): -3567245 or 7573961. OLE color: 7573961.

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

Color convert

RGB201145115-
CMYK00.280.430.21
HSL20.93º44.33%61.96%-
HSV(B)20.93º42.79%78.82%-
XYZ37.3133.9120.8-
YUV158.32103.55158.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=43.60%
G=31.45%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114511500.280.430.2120.9344.3361.96
HexC9917301C2B15152c3e
Octal3112211630345325255476
Binary110010011001000111100110111001010111010110101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99173; }

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

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

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

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

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

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

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

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