#c88e75

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

Shades of Feldspar #C88E75

Tints of Feldspar #C88E75

Color information

#C88E75 (or 0xC88E75) is unknown color: approx Feldspar. HEX triplet: C8, 8E and 75. RGB value is (200,142,117). Sum of RGB (Red+Green+Blue) = 200+142+117=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E75 is #37718A. Grayscale: #9C9C9C. Windows color (decimal): -3633547 or 7704264. OLE color: 7704264.

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

Color convert

RGB200142117-
CMYK00.290.420.22
HSL18.07º43.01%62.16%-
HSV(B)18.07º41.5%78.43%-
XYZ36.732.9121.25-
YUV156.49105.72159.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=43.57%
G=30.94%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014211700.290.420.2218.0743.0162.16
HexC88E7501D2A16122b3e
Octal3102161650355226225376
Binary110010001000111011101010111011010101011010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c88e75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c88e75; }

 p { color: rgb(200,142,117); }

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

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

 a { background-color: rgb(200,142,117); }

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

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

 span { border-color: rgb(200,142,117); }

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