#CEB9B7

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

Shades of Cold Turkey #CEB9B7

Tints of Cold Turkey #CEB9B7

Color information

#CEB9B7 (or 0xCEB9B7) is unknown color: approx Cold Turkey. HEX triplet: CE, B9 and B7. RGB value is (206,185,183). Sum of RGB (Red+Green+Blue) = 206+185+183=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9B7 is #314648. Grayscale: #BFBFBF. Windows color (decimal): -3229257 or 12040654. OLE color: 12040654.

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

Color convert

RGB206185183-
CMYK00.100.110.19
HSL5.22º19.01%76.27%-
HSV(B)5.22º11.17%80.78%-
XYZ51.3551.2451.98-
YUV191.05123.46138.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=35.89%
G=32.23%
B=31.88%

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
Decimal20618518300.100.110.195.2219.0176.27
HexCEB9B70AB135134c
Octal3162712670121323523114
Binary11001110101110011011011101010101110011101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9B7; }

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

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

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

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

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

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

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

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