#C9937B

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

Shades of Feldspar #C9937B

Tints of Feldspar #C9937B

Color information

#C9937B (or 0xC9937B) is unknown color: approx Feldspar. HEX triplet: C9, 93 and 7B. RGB value is (201,147,123). Sum of RGB (Red+Green+Blue) = 201+147+123=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9937B is #366C84. Grayscale: #A0A0A0. Windows color (decimal): -3566725 or 8098761. OLE color: 8098761.

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

Color convert

RGB201147123-
CMYK00.270.390.21
HSL18.46º41.94%63.53%-
HSV(B)18.46º38.81%78.82%-
XYZ38.134.7223.43-
YUV160.41106.89156.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=42.68%
G=31.21%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114712300.270.390.2118.4641.9463.53
HexC9937B01B2715122a40
Octal31122317303347252252100
Binary1100100110010011111101101101110011110101100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9937B; }

 p { color: rgb(201,147,123); }

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

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

 a { background-color: rgb(201,147,123); }

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

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

 span { border-color: rgb(201,147,123); }

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