#C88979

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

Shades of Feldspar #C88979

Tints of Feldspar #C88979

Color information

#C88979 (or 0xC88979) is unknown color: approx Feldspar. HEX triplet: C8, 89 and 79. RGB value is (200,137,121). Sum of RGB (Red+Green+Blue) = 200+137+121=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C88979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88979 is #377686. Grayscale: #9A9A9A. Windows color (decimal): -3634823 or 7965128. OLE color: 7965128.

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

Color convert

RGB200137121-
CMYK00.320.390.22
HSL12.15º41.8%62.94%-
HSV(B)12.15º39.5%78.43%-
XYZ36.2231.5522.27-
YUV154.01109.37160.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=43.67%
G=29.91%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013712100.320.390.2212.1541.862.94
HexC889790202716c2a3f
Octal3102111710404726145277
Binary110010001000100111110010100000100111101101100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88979; }

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

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

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

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

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

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

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

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