#C88871

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

Shades of Feldspar #C88871

Tints of Feldspar #C88871

Color information

#C88871 (or 0xC88871) is unknown color: approx Feldspar. HEX triplet: C8, 88 and 71. RGB value is (200,136,113). Sum of RGB (Red+Green+Blue) = 200+136+113=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88871 is #37778E. Grayscale: #989898. Windows color (decimal): -3635087 or 7440584. OLE color: 7440584.

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

Color convert

RGB200136113-
CMYK00.320.440.22
HSL15.86º44.16%61.37%-
HSV(B)15.86º43.5%78.43%-
XYZ35.631.0819.75-
YUV152.51105.7161.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=44.54%
G=30.29%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013611300.320.440.2215.8644.1661.37
HexC888710202C16102c3d
Octal3102101610405426205475
Binary1100100010001000111000101000001011001011010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88871; }

 p { color: rgb(200,136,113); }

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

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

 a { background-color: rgb(200,136,113); }

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

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

 span { border-color: rgb(200,136,113); }

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