#c98a75

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

Shades of Feldspar #C98A75

Tints of Feldspar #C98A75

Color information

#C98A75 (or 0xC98A75) is unknown color: approx Feldspar. HEX triplet: C9, 8A and 75. RGB value is (201,138,117). Sum of RGB (Red+Green+Blue) = 201+138+117=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A75 is #36758A. Grayscale: #9A9A9A. Windows color (decimal): -3569035 or 7703241. OLE color: 7703241.

HSL color Cylindrical-coordinate representation of color #C98A75: hue angle of 15º 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 #C98A75 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201138117-
CMYK00.310.420.21
HSL15º43.75%62.35%-
HSV(B)15º41.79%78.82%-
XYZ36.3931.8821.07-
YUV154.44106.87161.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=44.08%
G=30.26%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113811700.310.420.211543.7562.35
HexC98A7501F2A15f2c3e
Octal3112121650375225175476
Binary11001001100010101110101011111101010101011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c98a75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c98a75; }

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

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

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

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

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

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

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

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