#C98A6D

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

Shades of Feldspar #C98A6D

Tints of Feldspar #C98A6D

Color information

#C98A6D (or 0xC98A6D) is unknown color: approx Feldspar. HEX triplet: C9, 8A and 6D. RGB value is (201,138,109). Sum of RGB (Red+Green+Blue) = 201+138+109=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A6D is #367592. Grayscale: #999999. Windows color (decimal): -3569043 or 7178953. OLE color: 7178953.

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

Color convert

RGB201138109-
CMYK00.310.460.21
HSL18.91º46%60.78%-
HSV(B)18.91º45.77%78.82%-
XYZ35.9431.718.69-
YUV153.53102.87161.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=44.87%
G=30.80%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113810900.310.460.2118.914660.78
HexC98A6D01F2E15132e3d
Octal3112121550375625235675
Binary110010011000101011011010111111011101010110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98A6D; }

 p { color: rgb(201,138,109); }

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

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

 a { background-color: rgb(201,138,109); }

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

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

 span { border-color: rgb(201,138,109); }

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