#C88F79

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

Shades of Feldspar #C88F79

Tints of Feldspar #C88F79

Color information

#C88F79 (or 0xC88F79) is unknown color: approx Feldspar. HEX triplet: C8, 8F and 79. RGB value is (200,143,121). Sum of RGB (Red+Green+Blue) = 200+143+121=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F79 is #377086. Grayscale: #9D9D9D. Windows color (decimal): -3633287 or 7966664. OLE color: 7966664.

HSL color Cylindrical-coordinate representation of color #C88F79: hue angle of 16.71º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88F79 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200143121-
CMYK00.280.390.22
HSL16.71º41.8%62.94%-
HSV(B)16.71º39.5%78.43%-
XYZ37.0933.322.56-
YUV157.54107.38158.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=43.10%
G=30.82%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014312100.280.390.2216.7141.862.94
HexC88F7901C2716112a3f
Octal3102171710344726215277
Binary110010001000111111110010111001001111011010001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F79; }

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

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

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

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

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

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

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

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