#CEB0AF

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

Shades of Cold Turkey #CEB0AF

Tints of Cold Turkey #CEB0AF

Color information

#CEB0AF (or 0xCEB0AF) is unknown color: approx Cold Turkey. HEX triplet: CE, B0 and AF. RGB value is (206,176,175). Sum of RGB (Red+Green+Blue) = 206+176+175=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB0AF is #314F50. Grayscale: #B8B8B8. Windows color (decimal): -3231569 or 11514062. OLE color: 11514062.

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

Color convert

RGB206176175-
CMYK00.150.150.19
HSL1.94º24.03%74.71%-
HSV(B)1.94º15.05%80.78%-
XYZ48.7247.2747.11-
YUV184.86122.44143.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=36.98%
G=31.60%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617617500.150.150.191.9424.0374.71
HexCEB0AF0FF132184b
Octal3162602570171723230113
Binary1100111010110000101011110111111111001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0AF; }

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

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

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

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

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

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

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

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