#CF8E79

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

Shades of Feldspar #CF8E79

Tints of Feldspar #CF8E79

Color information

#CF8E79 (or 0xCF8E79) is unknown color: approx Feldspar. HEX triplet: CF, 8E and 79. RGB value is (207,142,121). Sum of RGB (Red+Green+Blue) = 207+142+121=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E79 is #307186. Grayscale: #9F9F9F. Windows color (decimal): -3174791 or 7966415. OLE color: 7966415.

HSL color Cylindrical-coordinate representation of color #CF8E79: hue angle of 14.65º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8E79 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207142121-
CMYK00.310.420.19
HSL14.65º47.25%64.31%-
HSV(B)14.65º41.55%81.18%-
XYZ38.8633.9922.6-
YUV159.04106.53162.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=44.04%
G=30.21%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714212100.310.420.1914.6547.2564.31
HexCF8E7901F2A13f2f40
Octal31721617103752231757100
Binary110011111000111011110010111111010101001111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8E79; }

 p { color: rgb(207,142,121); }

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

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

 a { background-color: rgb(207,142,121); }

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

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

 span { border-color: rgb(207,142,121); }

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