#CE8D76

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

Shades of Feldspar #CE8D76

Tints of Feldspar #CE8D76

Color information

#CE8D76 (or 0xCE8D76) is unknown color: approx Feldspar. HEX triplet: CE, 8D and 76. RGB value is (206,141,118). Sum of RGB (Red+Green+Blue) = 206+141+118=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D76 is #317289. Grayscale: #9D9D9D. Windows color (decimal): -3240586 or 7769550. OLE color: 7769550.

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

Color convert

RGB206141118-
CMYK00.320.430.19
HSL15.68º47.31%63.53%-
HSV(B)15.68º42.72%80.78%-
XYZ38.2533.4821.59-
YUV157.81105.53162.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=44.30%
G=30.32%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614111800.320.430.1915.6847.3163.53
HexCE8D760202B13102f40
Octal31621516604053232057100
Binary11001110100011011110110010000010101110011100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D76; }

 p { color: rgb(206,141,118); }

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

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

 a { background-color: rgb(206,141,118); }

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

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

 span { border-color: rgb(206,141,118); }

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