#C9917C

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

Shades of Feldspar #C9917C

Tints of Feldspar #C9917C

Color information

#C9917C (or 0xC9917C) is unknown color: approx Feldspar. HEX triplet: C9, 91 and 7C. RGB value is (201,145,124). Sum of RGB (Red+Green+Blue) = 201+145+124=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9917C is #366E83. Grayscale: #9F9F9F. Windows color (decimal): -3567236 or 8163785. OLE color: 8163785.

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

Color convert

RGB201145124-
CMYK00.280.380.21
HSL16.36º41.62%63.73%-
HSV(B)16.36º38.31%78.82%-
XYZ37.8534.1223.66-
YUV159.35108.05157.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=42.77%
G=30.85%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114512400.280.380.2116.3641.6263.73
HexC9917C01C2615102a40
Octal31122117403446252052100
Binary1100100110010001111110001110010011010101100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9917C; }

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

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

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

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

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

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

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

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