#CE8A73

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

Shades of Feldspar #CE8A73

Tints of Feldspar #CE8A73

Color information

#CE8A73 (or 0xCE8A73) is unknown color: approx Feldspar. HEX triplet: CE, 8A and 73. RGB value is (206,138,115). Sum of RGB (Red+Green+Blue) = 206+138+115=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A73 is #31758C. Grayscale: #9B9B9B. Windows color (decimal): -3241357 or 7572174. OLE color: 7572174.

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

Color convert

RGB206138115-
CMYK00.330.440.19
HSL15.16º48.15%62.94%-
HSV(B)15.16º44.17%80.78%-
XYZ37.6432.5420.52-
YUV155.71105.03163.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 138 (54.30% from 255) = 30.07%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=44.88%
G=30.07%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613811500.330.440.1915.1648.1562.94
HexCE8A730212C13f303f
Octal3162121630415423176077
Binary110011101000101011100110100001101100100111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8A73; }

 p { color: rgb(206,138,115); }

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

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

 a { background-color: rgb(206,138,115); }

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

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

 span { border-color: rgb(206,138,115); }

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