#CEBCB9

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

Shades of Cold Turkey #CEBCB9

Tints of Cold Turkey #CEBCB9

Color information

#CEBCB9 (or 0xCEBCB9) is unknown color: approx Cold Turkey. HEX triplet: CE, BC and B9. RGB value is (206,188,185). Sum of RGB (Red+Green+Blue) = 206+188+185=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCB9 is #314346. Grayscale: #C1C1C1. Windows color (decimal): -3228487 or 12172494. OLE color: 12172494.

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

Color convert

RGB206188185-
CMYK00.090.100.19
HSL8.57º17.65%76.67%-
HSV(B)8.57º10.19%80.78%-
XYZ52.1952.5953.3-
YUV193.04123.46137.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=35.58%
G=32.47%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618818500.090.100.198.5717.6576.67
HexCEBCB909A139124d
Octal31627427101112231122115
Binary110011101011110010111001010011010100111001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCB9; }

 p { color: rgb(206,188,185); }

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

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

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

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

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

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

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