#C89076

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

Shades of Feldspar #C89076

Tints of Feldspar #C89076

Color information

#C89076 (or 0xC89076) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 76. RGB value is (200,144,118). Sum of RGB (Red+Green+Blue) = 200+144+118=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C89076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89076 is #376F89. Grayscale: #9D9D9D. Windows color (decimal): -3633034 or 7770312. OLE color: 7770312.

HSL color Cylindrical-coordinate representation of color #C89076: hue angle of 19.02º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C89076 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200144118-
CMYK00.280.410.22
HSL19.02º42.71%62.35%-
HSV(B)19.02º41%78.43%-
XYZ37.0633.5321.66-
YUV157.78105.55158.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=43.29%
G=31.17%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014411800.280.410.2219.0242.7162.35
HexC8907601C2916132b3e
Octal3102201660345126235376
Binary110010001001000011101100111001010011011010011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89076; }

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

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

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

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

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

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

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

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