#CE9E72

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

Shades of Fallow #CE9E72

Tints of Fallow #CE9E72

Color information

#CE9E72 (or 0xCE9E72) is unknown color: approx Fallow. HEX triplet: CE, 9E and 72. RGB value is (206,158,114). Sum of RGB (Red+Green+Blue) = 206+158+114=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E72 is #31618D. Grayscale: #A7A7A7. Windows color (decimal): -3236238 or 7511758. OLE color: 7511758.

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

Color convert

RGB206158114-
CMYK00.230.450.19
HSL28.7º48.42%62.75%-
HSV(B)28.7º44.66%80.78%-
XYZ40.7238.7921.26-
YUV167.3497.9155.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=43.10%
G=33.05%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615811400.230.450.1928.748.4262.75
HexCE9E720172D131d303f
Octal3162361620275523356077
Binary110011101001111011100100101111011011001111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E72; }

 p { color: rgb(206,158,114); }

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

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

 a { background-color: rgb(206,158,114); }

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

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

 span { border-color: rgb(206,158,114); }

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