#C89777

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

Shades of Feldspar #C89777

Tints of Feldspar #C89777

Color information

#C89777 (or 0xC89777) is unknown color: approx Feldspar. HEX triplet: C8, 97 and 77. RGB value is (200,151,119). Sum of RGB (Red+Green+Blue) = 200+151+119=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C89777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89777 is #376888. Grayscale: #A2A2A2. Windows color (decimal): -3631241 or 7837640. OLE color: 7837640.

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

Color convert

RGB200151119-
CMYK00.240.400.22
HSL23.7º42.41%62.55%-
HSV(B)23.7º40.5%78.43%-
XYZ38.2235.7422.34-
YUV162103.73155.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=42.55%
G=32.13%
B=25.32%

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
Decimal20015111900.240.400.2223.742.4162.55
HexC897770182816182a3f
Octal3102271670305026305277
Binary110010001001011111101110110001010001011011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89777; }

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

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

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

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

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

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

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

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