#C9906E

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

Shades of Feldspar #C9906E

Tints of Feldspar #C9906E

Color information

#C9906E (or 0xC9906E) is unknown color: approx Feldspar. HEX triplet: C9, 90 and 6E. RGB value is (201,144,110). Sum of RGB (Red+Green+Blue) = 201+144+110=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9906E is #366F91. Grayscale: #9D9D9D. Windows color (decimal): -3567506 or 7246025. OLE color: 7246025.

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

Color convert

RGB201144110-
CMYK00.280.450.21
HSL22.42º45.73%60.98%-
HSV(B)22.42º45.27%78.82%-
XYZ36.8833.4919.27-
YUV157.17101.38159.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=44.18%
G=31.65%
B=24.18%

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
Decimal20114411000.280.450.2122.4245.7360.98
HexC9906E01C2D15162e3d
Octal3112201560345525265675
Binary110010011001000011011100111001011011010110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9906E; }

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

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

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

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

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

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

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

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