#CEB7B7

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

Shades of Cold Turkey #CEB7B7

Tints of Cold Turkey #CEB7B7

Color information

#CEB7B7 (or 0xCEB7B7) is unknown color: approx Cold Turkey. HEX triplet: CE, B7 and B7. RGB value is (206,183,183). Sum of RGB (Red+Green+Blue) = 206+183+183=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7B7 is #314848. Grayscale: #BDBDBD. Windows color (decimal): -3229769 or 12040142. OLE color: 12040142.

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

Color convert

RGB206183183-
CMYK00.110.110.19
HSL19.01%76.27%-
HSV(B)11.17%80.78%-
XYZ50.9350.4151.84-
YUV189.88124.12139.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=36.01%
G=31.99%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618318300.110.110.19019.0176.27
HexCEB7B70BB130134c
Octal3162672670131323023114
Binary110011101011011110110111010111011100110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7B7; }

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

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

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

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

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

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

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

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