#C89079

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

Shades of Feldspar #C89079

Tints of Feldspar #C89079

Color information

#C89079 (or 0xC89079) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 79. RGB value is (200,144,121). Sum of RGB (Red+Green+Blue) = 200+144+121=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89079 is #376F86. Grayscale: #9E9E9E. Windows color (decimal): -3633031 or 7966920. OLE color: 7966920.

HSL color Cylindrical-coordinate representation of color #C89079: hue angle of 17.47º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C89079 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200144121-
CMYK00.280.390.22
HSL17.47º41.8%62.94%-
HSV(B)17.47º39.5%78.43%-
XYZ37.2433.6122.61-
YUV158.12107.05157.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=43.01%
G=30.97%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014412100.280.390.2217.4741.862.94
HexC8907901C2716112a3f
Octal3102201710344726215277
Binary110010001001000011110010111001001111011010001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89079; }

 p { color: rgb(200,144,121); }

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

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

 a { background-color: rgb(200,144,121); }

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

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

 span { border-color: rgb(200,144,121); }

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