#C88D71

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

Shades of Feldspar #C88D71

Tints of Feldspar #C88D71

Color information

#C88D71 (or 0xC88D71) is unknown color: approx Feldspar. HEX triplet: C8, 8D and 71. RGB value is (200,141,113). Sum of RGB (Red+Green+Blue) = 200+141+113=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D71 is #37728E. Grayscale: #9B9B9B. Windows color (decimal): -3633807 or 7441864. OLE color: 7441864.

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

Color convert

RGB200141113-
CMYK00.290.440.22
HSL19.31º44.16%61.37%-
HSV(B)19.31º43.5%78.43%-
XYZ36.3232.5219.99-
YUV155.45104.05159.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=44.05%
G=31.06%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014111300.290.440.2219.3144.1661.37
HexC88D7101D2C16132c3d
Octal3102151610355426235475
Binary110010001000110111100010111011011001011010011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D71; }

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

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

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

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

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

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

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

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