#CEBAB6

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

Shades of Cold Turkey #CEBAB6

Tints of Cold Turkey #CEBAB6

Color information

#CEBAB6 (or 0xCEBAB6) is unknown color: approx Cold Turkey. HEX triplet: CE, BA and B6. RGB value is (206,186,182). Sum of RGB (Red+Green+Blue) = 206+186+182=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAB6 is #314549. Grayscale: #BFBFBF. Windows color (decimal): -3229002 or 11975374. OLE color: 11975374.

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

Color convert

RGB206186182-
CMYK00.100.120.19
HSL10º19.67%76.08%-
HSV(B)10º11.65%80.78%-
XYZ51.4651.6251.51-
YUV191.52122.63138.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 182 (71.48% from 255) = 31.71%
R=35.89%
G=32.40%
B=31.71%

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
Decimal20618618200.100.120.191019.6776.08
HexCEBAB60AC13a144c
Octal31627226601214231224114
Binary110011101011101010110110010101100100111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAB6; }

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

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

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

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

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

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

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

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