#CEB0AD

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

Shades of Cold Turkey #CEB0AD

Tints of Cold Turkey #CEB0AD

Color information

#CEB0AD (or 0xCEB0AD) is unknown color: approx Cold Turkey. HEX triplet: CE, B0 and AD. RGB value is (206,176,173). Sum of RGB (Red+Green+Blue) = 206+176+173=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB0AD is #314F52. Grayscale: #B8B8B8. Windows color (decimal): -3231571 or 11382990. OLE color: 11382990.

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

Color convert

RGB206176173-
CMYK00.150.160.19
HSL5.45º25.19%74.31%-
HSV(B)5.45º16.02%80.78%-
XYZ48.5247.1946.09-
YUV184.63121.44143.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=37.12%
G=31.71%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617617300.150.160.195.4525.1974.31
HexCEB0AD0F10135194a
Octal3162602550172023531112
Binary110011101011000010101101011111000010011101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0AD; }

 p { color: rgb(206,176,173); }

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

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

 a { background-color: rgb(206,176,173); }

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

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

 span { border-color: rgb(206,176,173); }

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