#CE8E75

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

Shades of Feldspar #CE8E75

Tints of Feldspar #CE8E75

Color information

#CE8E75 (or 0xCE8E75) is unknown color: approx Feldspar. HEX triplet: CE, 8E and 75. RGB value is (206,142,117). Sum of RGB (Red+Green+Blue) = 206+142+117=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E75 is #31718A. Grayscale: #9E9E9E. Windows color (decimal): -3240331 or 7704270. OLE color: 7704270.

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

Color convert

RGB206142117-
CMYK00.310.430.19
HSL16.85º47.59%63.33%-
HSV(B)16.85º43.2%80.78%-
XYZ38.3433.7521.32-
YUV158.29104.7162.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=44.30%
G=30.54%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614211700.310.430.1916.8547.5963.33
HexCE8E7501F2B1311303f
Octal3162161650375323216077
Binary110011101000111011101010111111010111001110001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8E75; }

 p { color: rgb(206,142,117); }

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

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

 a { background-color: rgb(206,142,117); }

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

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

 span { border-color: rgb(206,142,117); }

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