#C88F76

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

Shades of Feldspar #C88F76

Tints of Feldspar #C88F76

Color information

#C88F76 (or 0xC88F76) is unknown color: approx Feldspar. HEX triplet: C8, 8F and 76. RGB value is (200,143,118). Sum of RGB (Red+Green+Blue) = 200+143+118=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F76 is #377089. Grayscale: #9D9D9D. Windows color (decimal): -3633290 or 7770056. OLE color: 7770056.

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

Color convert

RGB200143118-
CMYK00.280.410.22
HSL18.29º42.71%62.35%-
HSV(B)18.29º41%78.43%-
XYZ36.9133.2321.61-
YUV157.19105.88158.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=43.38%
G=31.02%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014311800.280.410.2218.2942.7162.35
HexC88F7601C2916122b3e
Octal3102171660345126225376
Binary110010001000111111101100111001010011011010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F76; }

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

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

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

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

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

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

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

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