#C88973

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

Shades of Feldspar #C88973

Tints of Feldspar #C88973

Color information

#C88973 (or 0xC88973) is unknown color: approx Feldspar. HEX triplet: C8, 89 and 73. RGB value is (200,137,115). Sum of RGB (Red+Green+Blue) = 200+137+115=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C88973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88973 is #37768C. Grayscale: #999999. Windows color (decimal): -3634829 or 7571912. OLE color: 7571912.

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

Color convert

RGB200137115-
CMYK00.320.420.22
HSL15.53º43.59%61.76%-
HSV(B)15.53º42.5%78.43%-
XYZ35.8631.4120.39-
YUV153.33106.37161.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 115 (45.31% from 255) = 25.44%
R=44.25%
G=30.31%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013711500.320.420.2215.5343.5961.76
HexC889730202A16102c3e
Octal3102111630405226205476
Binary1100100010001001111001101000001010101011010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88973; }

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

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

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

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

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

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

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

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