#CEB6B4

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

Shades of Cold Turkey #CEB6B4

Tints of Cold Turkey #CEB6B4

Color information

#CEB6B4 (or 0xCEB6B4) is unknown color: approx Cold Turkey. HEX triplet: CE, B6 and B4. RGB value is (206,182,180). Sum of RGB (Red+Green+Blue) = 206+182+180=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6B4 is #31494B. Grayscale: #BCBCBC. Windows color (decimal): -3230028 or 11843278. OLE color: 11843278.

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

Color convert

RGB206182180-
CMYK00.120.130.19
HSL4.62º20.97%75.69%-
HSV(B)4.62º12.62%80.78%-
XYZ50.4249.8750.15-
YUV188.95122.95140.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 182 (71.48% from 255) = 32.04%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=36.27%
G=32.04%
B=31.69%

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
Decimal20618218000.120.130.194.6220.9775.69
HexCEB6B40CD135154c
Octal3162662640141523525114
Binary11001110101101101011010001100110110011101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6B4; }

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

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

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

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

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

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

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

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