#CEBCB8

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

Shades of Cold Turkey #CEBCB8

Tints of Cold Turkey #CEBCB8

Color information

#CEBCB8 (or 0xCEBCB8) is unknown color: approx Cold Turkey. HEX triplet: CE, BC and B8. RGB value is (206,188,184). Sum of RGB (Red+Green+Blue) = 206+188+184=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCB8 is #314347. Grayscale: #C0C0C0. Windows color (decimal): -3228488 or 12106958. OLE color: 12106958.

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

Color convert

RGB206188184-
CMYK00.090.110.19
HSL10.91º18.33%76.47%-
HSV(B)10.91º10.68%80.78%-
XYZ52.0952.5552.74-
YUV192.93122.96137.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 184 (72.27% from 255) = 31.83%
R=35.64%
G=32.53%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618818400.090.110.1910.9118.3376.47
HexCEBCB809B13b124c
Octal31627427001113231322114
Binary110011101011110010111000010011011100111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCB8; }

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

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

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

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

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

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

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

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