#CEB6B6

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

Shades of Cold Turkey #CEB6B6

Tints of Cold Turkey #CEB6B6

Color information

#CEB6B6 (or 0xCEB6B6) is unknown color: approx Cold Turkey. HEX triplet: CE, B6 and B6. RGB value is (206,182,182). Sum of RGB (Red+Green+Blue) = 206+182+182=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6B6 is #314949. Grayscale: #BDBDBD. Windows color (decimal): -3230026 or 11974350. OLE color: 11974350.

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

Color convert

RGB206182182-
CMYK00.120.120.19
HSL19.67%76.08%-
HSV(B)11.65%80.78%-
XYZ50.6349.9651.23-
YUV189.18123.95140-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=36.14%
G=31.93%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618218200.120.120.19019.6776.08
HexCEB6B60CC130144c
Octal3162662660141423024114
Binary110011101011011010110110011001100100110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6B6; }

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

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

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

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

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

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

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

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