#C98974

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

Shades of Feldspar #C98974

Tints of Feldspar #C98974

Color information

#C98974 (or 0xC98974) is unknown color: approx Feldspar. HEX triplet: C9, 89 and 74. RGB value is (201,137,116). Sum of RGB (Red+Green+Blue) = 201+137+116=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C98974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98974 is #36768B. Grayscale: #999999. Windows color (decimal): -3569292 or 7637449. OLE color: 7637449.

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

Color convert

RGB201137116-
CMYK00.320.420.21
HSL14.82º44.04%62.16%-
HSV(B)14.82º42.29%78.82%-
XYZ36.1931.5720.71-
YUV153.74106.7161.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=44.27%
G=30.18%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113711600.320.420.2114.8244.0462.16
HexC989740202A15f2c3e
Octal3112111640405225175476
Binary110010011000100111101000100000101010101011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98974; }

 p { color: rgb(201,137,116); }

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

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

 a { background-color: rgb(201,137,116); }

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

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

 span { border-color: rgb(201,137,116); }

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