#C98F77

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

Shades of Feldspar #C98F77

Tints of Feldspar #C98F77

Color information

#C98F77 (or 0xC98F77) is unknown color: approx Feldspar. HEX triplet: C9, 8F and 77. RGB value is (201,143,119). Sum of RGB (Red+Green+Blue) = 201+143+119=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F77 is #367088. Grayscale: #9D9D9D. Windows color (decimal): -3567753 or 7835593. OLE color: 7835593.

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

Color convert

RGB201143119-
CMYK00.290.410.21
HSL17.56º43.16%62.75%-
HSV(B)17.56º40.8%78.82%-
XYZ37.2433.3921.94-
YUV157.61106.22158.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=43.41%
G=30.89%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114311900.290.410.2117.5643.1662.75
HexC98F7701D2915122b3f
Octal3112171670355125225377
Binary110010011000111111101110111011010011010110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F77; }

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

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

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

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

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

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

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

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