#c98f79

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

Shades of Feldspar #C98F79

Tints of Feldspar #C98F79

Color information

#C98F79 (or 0xC98F79) is unknown color: approx Feldspar. HEX triplet: C9, 8F and 79. RGB value is (201,143,121). Sum of RGB (Red+Green+Blue) = 201+143+121=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F79 is #367086. Grayscale: #9D9D9D. Windows color (decimal): -3567751 or 7966665. OLE color: 7966665.

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

Color convert

RGB201143121-
CMYK00.290.400.21
HSL16.5º42.55%63.14%-
HSV(B)16.5º39.8%78.82%-
XYZ37.3633.4422.58-
YUV157.83107.22158.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=43.23%
G=30.75%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114312100.290.400.2116.542.5563.14
HexC98F7901D2815112b3f
Octal3112171710355025215377
Binary110010011000111111110010111011010001010110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c98f79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c98f79; }

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

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

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

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

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

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

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

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