#C88F75

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

Shades of Feldspar #C88F75

Tints of Feldspar #C88F75

Color information

#C88F75 (or 0xC88F75) is unknown color: approx Feldspar. HEX triplet: C8, 8F and 75. RGB value is (200,143,117). Sum of RGB (Red+Green+Blue) = 200+143+117=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F75 is #37708A. Grayscale: #9D9D9D. Windows color (decimal): -3633291 or 7704520. OLE color: 7704520.

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

Color convert

RGB200143117-
CMYK00.280.420.22
HSL18.8º43.01%62.16%-
HSV(B)18.8º41.5%78.43%-
XYZ36.8533.2121.3-
YUV157.08105.38158.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=43.48%
G=31.09%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014311700.280.420.2218.843.0162.16
HexC88F7501C2A16132b3e
Octal3102171650345226235376
Binary110010001000111111101010111001010101011010011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F75; }

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

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

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

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

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

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

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

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