#CE9A6E

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

Shades of Fallow #CE9A6E

Tints of Fallow #CE9A6E

Color information

#CE9A6E (or 0xCE9A6E) is unknown color: approx Fallow. HEX triplet: CE, 9A and 6E. RGB value is (206,154,110). Sum of RGB (Red+Green+Blue) = 206+154+110=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A6E is #316591. Grayscale: #A4A4A4. Windows color (decimal): -3237266 or 7248590. OLE color: 7248590.

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

Color convert

RGB206154110-
CMYK00.250.470.19
HSL27.5º49.48%61.96%-
HSV(B)27.5º46.6%80.78%-
XYZ39.8237.3619.86-
YUV164.5397.23157.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.83%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=43.83%
G=32.77%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615411000.250.470.1927.549.4861.96
HexCE9A6E0192F131c313e
Octal3162321560315723346176
Binary110011101001101011011100110011011111001111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A6E; }

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

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

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

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

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

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

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

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