#C9916E

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

Shades of Feldspar #C9916E

Tints of Feldspar #C9916E

Color information

#C9916E (or 0xC9916E) is unknown color: approx Feldspar. HEX triplet: C9, 91 and 6E. RGB value is (201,145,110). Sum of RGB (Red+Green+Blue) = 201+145+110=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9916E is #366E91. Grayscale: #9D9D9D. Windows color (decimal): -3567250 or 7246281. OLE color: 7246281.

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

Color convert

RGB201145110-
CMYK00.280.450.21
HSL23.08º45.73%60.98%-
HSV(B)23.08º45.27%78.82%-
XYZ37.0333.7919.32-
YUV157.75101.05158.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=44.08%
G=31.80%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114511000.280.450.2123.0845.7360.98
HexC9916E01C2D15172e3d
Octal3112211560345525275675
Binary110010011001000111011100111001011011010110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9916E; }

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

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

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

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

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

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

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

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