#ce8e7a

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

Shades of Feldspar #CE8E7A

Tints of Feldspar #CE8E7A

Color information

#CE8E7A (or 0xCE8E7A) is unknown color: approx Feldspar. HEX triplet: CE, 8E and 7A. RGB value is (206,142,122). Sum of RGB (Red+Green+Blue) = 206+142+122=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E7A is #317185. Grayscale: #9E9E9E. Windows color (decimal): -3240326 or 8031950. OLE color: 8031950.

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

Color convert

RGB206142122-
CMYK00.310.410.19
HSL14.29º46.15%64.31%-
HSV(B)14.29º40.78%80.78%-
XYZ38.6433.8722.91-
YUV158.86107.2161.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.83%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=43.83%
G=30.21%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614212200.310.410.1914.2946.1564.31
HexCE8E7A01F2913e2e40
Octal31621617203751231656100
Binary110011101000111011110100111111010011001111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce8e7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce8e7a; }

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

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

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

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

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

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

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

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