#C89877

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

Shades of Feldspar #C89877

Tints of Feldspar #C89877

Color information

#C89877 (or 0xC89877) is unknown color: approx Feldspar. HEX triplet: C8, 98 and 77. RGB value is (200,152,119). Sum of RGB (Red+Green+Blue) = 200+152+119=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C89877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89877 is #376788. Grayscale: #A2A2A2. Windows color (decimal): -3630985 or 7837896. OLE color: 7837896.

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

Color convert

RGB200152119-
CMYK00.240.400.22
HSL24.44º42.41%62.55%-
HSV(B)24.44º40.5%78.43%-
XYZ38.3836.0722.39-
YUV162.59103.4154.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=42.46%
G=32.27%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015211900.240.400.2224.4442.4162.55
HexC898770182816182a3f
Octal3102301670305026305277
Binary110010001001100011101110110001010001011011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89877; }

 p { color: rgb(200,152,119); }

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

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

 a { background-color: rgb(200,152,119); }

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

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

 span { border-color: rgb(200,152,119); }

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