#CE9A6B

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

Shades of Fallow #CE9A6B

Tints of Fallow #CE9A6B

Color information

#CE9A6B (or 0xCE9A6B) is unknown color: approx Fallow. HEX triplet: CE, 9A and 6B. RGB value is (206,154,107). Sum of RGB (Red+Green+Blue) = 206+154+107=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A6B is #316594. Grayscale: #A4A4A4. Windows color (decimal): -3237269 or 7051982. OLE color: 7051982.

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

Color convert

RGB206154107-
CMYK00.250.480.19
HSL28.48º50.25%61.37%-
HSV(B)28.48º48.06%80.78%-
XYZ39.6637.2919.02-
YUV164.1995.73157.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 107 (42.19% from 255) = 22.91%
R=44.11%
G=32.98%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615410700.250.480.1928.4850.2561.37
HexCE9A6B01930131c323d
Octal3162321530316023346275
Binary110011101001101011010110110011100001001111100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A6B; }

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

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

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

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

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

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

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

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