#C98C6F

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

Shades of Feldspar #C98C6F

Tints of Feldspar #C98C6F

Color information

#C98C6F (or 0xC98C6F) is unknown color: approx Feldspar. HEX triplet: C9, 8C and 6F. RGB value is (201,140,111). Sum of RGB (Red+Green+Blue) = 201+140+111=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C6F is #367390. Grayscale: #9B9B9B. Windows color (decimal): -3568529 or 7310537. OLE color: 7310537.

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

Color convert

RGB201140111-
CMYK00.300.450.21
HSL19.33º45.45%61.18%-
HSV(B)19.33º44.78%78.82%-
XYZ36.3332.3219.36-
YUV154.93103.21160.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=44.47%
G=30.97%
B=24.56%

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
Decimal20114011100.300.450.2119.3345.4561.18
HexC98C6F01E2D15132d3d
Octal3112141570365525235575
Binary110010011000110011011110111101011011010110011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98C6F; }

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

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

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

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

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

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

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

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