#CEB7B4

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

Shades of Cold Turkey #CEB7B4

Tints of Cold Turkey #CEB7B4

Color information

#CEB7B4 (or 0xCEB7B4) is unknown color: approx Cold Turkey. HEX triplet: CE, B7 and B4. RGB value is (206,183,180). Sum of RGB (Red+Green+Blue) = 206+183+180=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7B4 is #31484B. Grayscale: #BDBDBD. Windows color (decimal): -3229772 or 11843534. OLE color: 11843534.

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

Color convert

RGB206183180-
CMYK00.110.130.19
HSL6.92º20.97%75.69%-
HSV(B)6.92º12.62%80.78%-
XYZ50.6350.2850.22-
YUV189.54122.62139.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=36.20%
G=32.16%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618318000.110.130.196.9220.9775.69
HexCEB7B40BD137154c
Octal3162672640131523725114
Binary11001110101101111011010001011110110011111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7B4; }

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

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

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

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

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

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

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

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