#C9907F

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

Shades of Feldspar #C9907F

Tints of Feldspar #C9907F

Color information

#C9907F (or 0xC9907F) is unknown color: approx Feldspar. HEX triplet: C9, 90 and 7F. RGB value is (201,144,127). Sum of RGB (Red+Green+Blue) = 201+144+127=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9907F is #366F80. Grayscale: #9F9F9F. Windows color (decimal): -3567489 or 8360137. OLE color: 8360137.

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

Color convert

RGB201144127-
CMYK00.280.370.21
HSL13.78º40.66%64.31%-
HSV(B)13.78º36.82%78.82%-
XYZ37.8933.924.62-
YUV159.1109.88157.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 127 (50% from 255) = 26.91%
R=42.58%
G=30.51%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114412700.280.370.2113.7840.6664.31
HexC9907F01C2515e2940
Octal31122017703445251651100
Binary110010011001000011111110111001001011010111101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9907F; }

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

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

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

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

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

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

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

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