#CEBCBB

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

Shades of Cold Turkey #CEBCBB

Tints of Cold Turkey #CEBCBB

Color information

#CEBCBB (or 0xCEBCBB) is unknown color: approx Cold Turkey. HEX triplet: CE, BC and BB. RGB value is (206,188,187). Sum of RGB (Red+Green+Blue) = 206+188+187=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCBB is #314344. Grayscale: #C1C1C1. Windows color (decimal): -3228485 or 12303566. OLE color: 12303566.

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

Color convert

RGB206188187-
CMYK00.090.090.19
HSL3.16º16.24%77.06%-
HSV(B)3.16º9.22%80.78%-
XYZ52.4152.6854.42-
YUV193.27124.46137.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=35.46%
G=32.36%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618818700.090.090.193.1616.2477.06
HexCEBCBB099133104d
Octal3162742730111123320115
Binary1100111010111100101110110100110011001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCBB; }

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

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

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

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

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

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

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

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