#CEB9B6

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

Shades of Cold Turkey #CEB9B6

Tints of Cold Turkey #CEB9B6

Color information

#CEB9B6 (or 0xCEB9B6) is unknown color: approx Cold Turkey. HEX triplet: CE, B9 and B6. RGB value is (206,185,182). Sum of RGB (Red+Green+Blue) = 206+185+182=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9B6 is #314649. Grayscale: #BEBEBE. Windows color (decimal): -3229258 or 11975118. OLE color: 11975118.

HSL color Cylindrical-coordinate representation of color #CEB9B6: hue angle of 7.5º 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 #CEB9B6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206185182-
CMYK00.100.120.19
HSL7.5º19.67%76.08%-
HSV(B)7.5º11.65%80.78%-
XYZ51.2551.251.44-
YUV190.94122.96138.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=35.95%
G=32.29%
B=31.76%

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
Decimal20618518200.100.120.197.519.6776.08
HexCEB9B60AC138144c
Octal31627126601214231024114
Binary110011101011100110110110010101100100111000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9B6; }

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

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

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

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

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

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

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

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