#CEB9B5

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

Shades of Cold Turkey #CEB9B5

Tints of Cold Turkey #CEB9B5

Color information

#CEB9B5 (or 0xCEB9B5) is unknown color: approx Cold Turkey. HEX triplet: CE, B9 and B5. RGB value is (206,185,181). Sum of RGB (Red+Green+Blue) = 206+185+181=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9B5 is #31464A. Grayscale: #BEBEBE. Windows color (decimal): -3229259 or 11909582. OLE color: 11909582.

HSL color Cylindrical-coordinate representation of color #CEB9B5: hue angle of 9.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB9B5 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206185181-
CMYK00.100.120.19
HSL9.6º20.33%75.88%-
HSV(B)9.6º12.14%80.78%-
XYZ51.1451.1650.89-
YUV190.82122.46138.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=36.01%
G=32.34%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618518100.100.120.199.620.3375.88
HexCEB9B50AC13a144c
Octal31627126501214231224114
Binary110011101011100110110101010101100100111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9B5; }

 p { color: rgb(206,185,181); }

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

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

 a { background-color: rgb(206,185,181); }

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

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

 span { border-color: rgb(206,185,181); }

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