#CEBAB8

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

Shades of Cold Turkey #CEBAB8

Tints of Cold Turkey #CEBAB8

Color information

#CEBAB8 (or 0xCEBAB8) is unknown color: approx Cold Turkey. HEX triplet: CE, BA and B8. RGB value is (206,186,184). Sum of RGB (Red+Green+Blue) = 206+186+184=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAB8 is #314547. Grayscale: #BFBFBF. Windows color (decimal): -3229000 or 12106446. OLE color: 12106446.

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

Color convert

RGB206186184-
CMYK00.100.110.19
HSL5.45º18.33%76.47%-
HSV(B)5.45º10.68%80.78%-
XYZ51.6651.752.6-
YUV191.75123.63138.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=35.76%
G=32.29%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618618400.100.110.195.4518.3376.47
HexCEBAB80AB135124c
Octal3162722700121323522114
Binary11001110101110101011100001010101110011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAB8; }

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

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

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

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

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

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

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

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