#CEB2AD

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

Shades of Cold Turkey #CEB2AD

Tints of Cold Turkey #CEB2AD

Color information

#CEB2AD (or 0xCEB2AD) is unknown color: approx Cold Turkey. HEX triplet: CE, B2 and AD. RGB value is (206,178,173). Sum of RGB (Red+Green+Blue) = 206+178+173=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB2AD is #314D52. Grayscale: #B9B9B9. Windows color (decimal): -3231059 or 11383502. OLE color: 11383502.

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

Color convert

RGB206178173-
CMYK00.140.160.19
HSL9.09º25.19%74.31%-
HSV(B)9.09º16.02%80.78%-
XYZ48.9247.9846.22-
YUV185.8120.78142.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=36.98%
G=31.96%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617817300.140.160.199.0925.1974.31
HexCEB2AD0E10139194a
Octal31626225501620231131112
Binary1100111010110010101011010111010000100111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2AD; }

 p { color: rgb(206,178,173); }

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

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

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

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

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

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

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