#CEB3AE

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

Shades of Cold Turkey #CEB3AE

Tints of Cold Turkey #CEB3AE

Color information

#CEB3AE (or 0xCEB3AE) is unknown color: approx Cold Turkey. HEX triplet: CE, B3 and AE. RGB value is (206,179,174). Sum of RGB (Red+Green+Blue) = 206+179+174=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB3AE is #314C51. Grayscale: #BABABA. Windows color (decimal): -3230802 or 11449294. OLE color: 11449294.

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

Color convert

RGB206179174-
CMYK00.130.160.19
HSL9.38º24.62%74.51%-
HSV(B)9.38º15.53%80.78%-
XYZ49.2148.4246.8-
YUV186.5120.95141.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=36.85%
G=32.02%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617917400.130.160.199.3824.6274.51
HexCEB3AE0D10139194b
Octal31626325601520231131113
Binary1100111010110011101011100110110000100111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3AE; }

 p { color: rgb(206,179,174); }

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

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

 a { background-color: rgb(206,179,174); }

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

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

 span { border-color: rgb(206,179,174); }

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