#CEBBBB

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

Shades of Cold Turkey #CEBBBB

Tints of Cold Turkey #CEBBBB

Color information

#CEBBBB (or 0xCEBBBB) is unknown color: approx Cold Turkey. HEX triplet: CE, BB and BB. RGB value is (206,187,187). Sum of RGB (Red+Green+Blue) = 206+187+187=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBBB is #314444. Grayscale: #C0C0C0. Windows color (decimal): -3228741 or 12303310. OLE color: 12303310.

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

Color convert

RGB206187187-
CMYK00.090.090.19
HSL16.24%77.06%-
HSV(B)9.22%80.78%-
XYZ52.1952.2554.35-
YUV192.68124.79137.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=35.52%
G=32.24%
B=32.24%

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
Decimal20618718700.090.090.19016.2477.06
HexCEBBBB099130104d
Octal3162732730111123020115
Binary110011101011101110111011010011001100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBBB; }

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

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

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

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

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

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

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

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