#C98D6F

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

Shades of Feldspar #C98D6F

Tints of Feldspar #C98D6F

Color information

#C98D6F (or 0xC98D6F) is unknown color: approx Feldspar. HEX triplet: C9, 8D and 6F. RGB value is (201,141,111). Sum of RGB (Red+Green+Blue) = 201+141+111=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D6F is #367290. Grayscale: #9B9B9B. Windows color (decimal): -3568273 or 7310793. OLE color: 7310793.

HSL color Cylindrical-coordinate representation of color #C98D6F: hue angle of 20º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C98D6F is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB201141111-
CMYK00.300.450.21
HSL20º45.45%61.18%-
HSV(B)20º44.78%78.82%-
XYZ36.4832.6119.41-
YUV155.52102.88160.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=44.37%
G=31.13%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114111100.300.450.212045.4561.18
HexC98D6F01E2D15142d3d
Octal3112151570365525245575
Binary110010011000110111011110111101011011010110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D6F; }

 p { color: rgb(201,141,111); }

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

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

 a { background-color: rgb(201,141,111); }

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

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

 span { border-color: rgb(201,141,111); }

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