#C88975

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

Shades of Feldspar #C88975

Tints of Feldspar #C88975

Color information

#C88975 (or 0xC88975) is unknown color: approx Feldspar. HEX triplet: C8, 89 and 75. RGB value is (200,137,117). Sum of RGB (Red+Green+Blue) = 200+137+117=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C88975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88975 is #37768A. Grayscale: #999999. Windows color (decimal): -3634827 or 7702984. OLE color: 7702984.

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

Color convert

RGB200137117-
CMYK00.320.420.22
HSL14.46º43.01%62.16%-
HSV(B)14.46º41.5%78.43%-
XYZ35.9831.4621-
YUV153.56107.37161.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=44.05%
G=30.18%
B=25.77%

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
Decimal20013711700.320.420.2214.4643.0162.16
HexC889750202A16e2b3e
Octal3102111650405226165376
Binary110010001000100111101010100000101010101101110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88975; }

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

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

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

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

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

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

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

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