#CEB4AF

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

Shades of Cold Turkey #CEB4AF

Tints of Cold Turkey #CEB4AF

Color information

#CEB4AF (or 0xCEB4AF) is unknown color: approx Cold Turkey. HEX triplet: CE, B4 and AF. RGB value is (206,180,175). Sum of RGB (Red+Green+Blue) = 206+180+175=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB4AF is #314B50. Grayscale: #BBBBBB. Windows color (decimal): -3230545 or 11515086. OLE color: 11515086.

HSL color Cylindrical-coordinate representation of color #CEB4AF: hue angle of 9.68º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB4AF is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206180175-
CMYK00.130.150.19
HSL9.68º24.03%74.71%-
HSV(B)9.68º15.05%80.78%-
XYZ49.5148.8647.38-
YUV187.2121.11141.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=36.72%
G=32.09%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618017500.130.150.199.6824.0374.71
HexCEB4AF0DF13a184b
Octal31626425701517231230113
Binary110011101011010010101111011011111100111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4AF; }

 p { color: rgb(206,180,175); }

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

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

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

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

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

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

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