#CEB1AF

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

Shades of Cold Turkey #CEB1AF

Tints of Cold Turkey #CEB1AF

Color information

#CEB1AF (or 0xCEB1AF) is unknown color: approx Cold Turkey. HEX triplet: CE, B1 and AF. RGB value is (206,177,175). Sum of RGB (Red+Green+Blue) = 206+177+175=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB1AF is #314E50. Grayscale: #B9B9B9. Windows color (decimal): -3231313 or 11514318. OLE color: 11514318.

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

Color convert

RGB206177175-
CMYK00.140.150.19
HSL3.87º24.03%74.71%-
HSV(B)3.87º15.05%80.78%-
XYZ48.9147.6647.18-
YUV185.44122.11142.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=36.92%
G=31.72%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617717500.140.150.193.8724.0374.71
HexCEB1AF0EF134184b
Octal3162612570161723430113
Binary11001110101100011010111101110111110011100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1AF; }

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

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

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

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

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

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

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

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