#C89474

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

Shades of Feldspar #C89474

Tints of Feldspar #C89474

Color information

#C89474 (or 0xC89474) is unknown color: approx Feldspar. HEX triplet: C8, 94 and 74. RGB value is (200,148,116). Sum of RGB (Red+Green+Blue) = 200+148+116=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C89474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89474 is #376B8B. Grayscale: #A0A0A0. Windows color (decimal): -3632012 or 7640264. OLE color: 7640264.

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

Color convert

RGB200148116-
CMYK00.260.420.22
HSL22.86º43.3%61.96%-
HSV(B)22.86º42%78.43%-
XYZ37.5634.7221.24-
YUV159.9103.23156.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 116 (45.70% from 255) = 25%
R=43.10%
G=31.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014811600.260.420.2222.8643.361.96
HexC8947401A2A16172b3e
Octal3102241640325226275376
Binary110010001001010011101000110101010101011010111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89474; }

 p { color: rgb(200,148,116); }

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

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

 a { background-color: rgb(200,148,116); }

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

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

 span { border-color: rgb(200,148,116); }

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