#CEBDBA

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

Shades of Cold Turkey #CEBDBA

Tints of Cold Turkey #CEBDBA

Color information

#CEBDBA (or 0xCEBDBA) is unknown color: approx Cold Turkey. HEX triplet: CE, BD and BA. RGB value is (206,189,186). Sum of RGB (Red+Green+Blue) = 206+189+186=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDBA is #314245. Grayscale: #C1C1C1. Windows color (decimal): -3228230 or 12238286. OLE color: 12238286.

HSL color Cylindrical-coordinate representation of color #CEBDBA: hue angle of 9º degrees, saturation: 0.17, 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 #CEBDBA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206189186-
CMYK00.080.100.19
HSL16.95%76.86%-
HSV(B)9.71%80.78%-
XYZ52.5153.0653.93-
YUV193.74123.63136.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=35.46%
G=32.53%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618918600.080.100.19916.9576.86
HexCEBDBA08A139114d
Octal31627527201012231121115
Binary110011101011110110111010010001010100111001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDBA; }

 p { color: rgb(206,189,186); }

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

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

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

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

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

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

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