#C88977

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

Shades of Feldspar #C88977

Tints of Feldspar #C88977

Color information

#C88977 (or 0xC88977) is unknown color: approx Feldspar. HEX triplet: C8, 89 and 77. RGB value is (200,137,119). Sum of RGB (Red+Green+Blue) = 200+137+119=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C88977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88977 is #377688. Grayscale: #999999. Windows color (decimal): -3634825 or 7834056. OLE color: 7834056.

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

Color convert

RGB200137119-
CMYK00.320.400.22
HSL13.33º42.41%62.55%-
HSV(B)13.33º40.5%78.43%-
XYZ36.0931.521.63-
YUV153.78108.37160.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=43.86%
G=30.04%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013711900.320.400.2213.3342.4162.55
HexC889770202816d2a3f
Octal3102111670405026155277
Binary110010001000100111101110100000101000101101101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88977; }

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

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

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

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

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

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

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

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