#CE9A81

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

Shades of Feldspar #CE9A81

Tints of Feldspar #CE9A81

Color information

#CE9A81 (or 0xCE9A81) is unknown color: approx Feldspar. HEX triplet: CE, 9A and 81. RGB value is (206,154,129). Sum of RGB (Red+Green+Blue) = 206+154+129=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A81 is #31657E. Grayscale: #A6A6A6. Windows color (decimal): -3237247 or 8493774. OLE color: 8493774.

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

Color convert

RGB206154129-
CMYK00.250.370.19
HSL19.48º44%65.69%-
HSV(B)19.48º37.38%80.78%-
XYZ40.9737.8225.91-
YUV166.7106.73156.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=42.13%
G=31.49%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615412900.250.370.1919.484465.69
HexCE9A810192513132c42
Octal31623220103145232354102
Binary11001110100110101000000101100110010110011100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A81; }

 p { color: rgb(206,154,129); }

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

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

 a { background-color: rgb(206,154,129); }

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

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

 span { border-color: rgb(206,154,129); }

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