#C89279

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

Shades of Feldspar #C89279

Tints of Feldspar #C89279

Color information

#C89279 (or 0xC89279) is unknown color: approx Feldspar. HEX triplet: C8, 92 and 79. RGB value is (200,146,121). Sum of RGB (Red+Green+Blue) = 200+146+121=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C89279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89279 is #376D86. Grayscale: #9F9F9F. Windows color (decimal): -3632519 or 7967432. OLE color: 7967432.

HSL color Cylindrical-coordinate representation of color #C89279: hue angle of 18.99º 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 #C89279 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200146121-
CMYK00.270.390.22
HSL18.99º41.8%62.94%-
HSV(B)18.99º39.5%78.43%-
XYZ37.5534.2222.71-
YUV159.3106.39157.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=42.83%
G=31.26%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014612100.270.390.2218.9941.862.94
HexC8927901B2716132a3f
Octal3102221710334726235277
Binary110010001001001011110010110111001111011010011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89279; }

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

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

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

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

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

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

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

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