#CEBBB9

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

Shades of Cold Turkey #CEBBB9

Tints of Cold Turkey #CEBBB9

Color information

#CEBBB9 (or 0xCEBBB9) is unknown color: approx Cold Turkey. HEX triplet: CE, BB and B9. RGB value is (206,187,185). Sum of RGB (Red+Green+Blue) = 206+187+185=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBB9 is #314446. Grayscale: #C0C0C0. Windows color (decimal): -3228743 or 12172238. OLE color: 12172238.

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

Color convert

RGB206187185-
CMYK00.090.100.19
HSL5.71º17.65%76.67%-
HSV(B)5.71º10.19%80.78%-
XYZ51.9852.1753.23-
YUV192.45123.79137.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=35.64%
G=32.35%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618718500.090.100.195.7117.6576.67
HexCEBBB909A136124d
Octal3162732710111223622115
Binary11001110101110111011100101001101010011110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBB9; }

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

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

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

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

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

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

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

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