#C98F6C

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

Shades of Feldspar #C98F6C

Tints of Feldspar #C98F6C

Color information

#C98F6C (or 0xC98F6C) is unknown color: approx Feldspar. HEX triplet: C9, 8F and 6C. RGB value is (201,143,108). Sum of RGB (Red+Green+Blue) = 201+143+108=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F6C is #367093. Grayscale: #9C9C9C. Windows color (decimal): -3567764 or 7114697. OLE color: 7114697.

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

Color convert

RGB201143108-
CMYK00.290.460.21
HSL22.58º46.27%60.59%-
HSV(B)22.58º46.27%78.82%-
XYZ36.6233.1518.66-
YUV156.35100.72159.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=44.47%
G=31.64%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114310800.290.460.2122.5846.2760.59
HexC98F6C01D2E15172e3d
Octal3112171540355625275675
Binary110010011000111111011000111011011101010110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F6C; }

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

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

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

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

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

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

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

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