#CEB6B3

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

Shades of Cold Turkey #CEB6B3

Tints of Cold Turkey #CEB6B3

Color information

#CEB6B3 (or 0xCEB6B3) is unknown color: approx Cold Turkey. HEX triplet: CE, B6 and B3. RGB value is (206,182,179). Sum of RGB (Red+Green+Blue) = 206+182+179=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6B3 is #31494C. Grayscale: #BCBCBC. Windows color (decimal): -3230029 or 11777742. OLE color: 11777742.

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

Color convert

RGB206182179-
CMYK00.120.130.19
HSL6.67º21.6%75.49%-
HSV(B)6.67º13.11%80.78%-
XYZ50.3249.8349.61-
YUV188.83122.45140.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=36.33%
G=32.10%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618217900.120.130.196.6721.675.49
HexCEB6B30CD137164b
Octal3162662630141523726113
Binary11001110101101101011001101100110110011111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6B3; }

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

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

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

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

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

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

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

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