#C98F76

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

Shades of Feldspar #C98F76

Tints of Feldspar #C98F76

Color information

#C98F76 (or 0xC98F76) is unknown color: approx Feldspar. HEX triplet: C9, 8F and 76. RGB value is (201,143,118). Sum of RGB (Red+Green+Blue) = 201+143+118=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F76 is #367089. Grayscale: #9D9D9D. Windows color (decimal): -3567754 or 7770057. OLE color: 7770057.

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

Color convert

RGB201143118-
CMYK00.290.410.21
HSL18.07º43.46%62.55%-
HSV(B)18.07º41.29%78.82%-
XYZ37.1833.3721.62-
YUV157.49105.72159.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=43.51%
G=30.95%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114311800.290.410.2118.0743.4662.55
HexC98F7601D2915122b3f
Octal3112171660355125225377
Binary110010011000111111101100111011010011010110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F76; }

 p { color: rgb(201,143,118); }

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

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

 a { background-color: rgb(201,143,118); }

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

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

 span { border-color: rgb(201,143,118); }

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