#C88F71

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

Shades of Feldspar #C88F71

Tints of Feldspar #C88F71

Color information

#C88F71 (or 0xC88F71) is unknown color: approx Feldspar. HEX triplet: C8, 8F and 71. RGB value is (200,143,113). Sum of RGB (Red+Green+Blue) = 200+143+113=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F71 is #37708E. Grayscale: #9C9C9C. Windows color (decimal): -3633295 or 7442376. OLE color: 7442376.

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

Color convert

RGB200143113-
CMYK00.280.440.22
HSL20.69º44.16%61.37%-
HSV(B)20.69º43.5%78.43%-
XYZ36.6233.1220.08-
YUV156.62103.38158.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=43.86%
G=31.36%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014311300.280.440.2220.6944.1661.37
HexC88F7101C2C16152c3d
Octal3102171610345426255475
Binary110010001000111111100010111001011001011010101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F71; }

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

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

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

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

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

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

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

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