#CFBAB6

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

Shades of Cold Turkey #CFBAB6

Tints of Cold Turkey #CFBAB6

Color information

#CFBAB6 (or 0xCFBAB6) is unknown color: approx Cold Turkey. HEX triplet: CF, BA and B6. RGB value is (207,186,182). Sum of RGB (Red+Green+Blue) = 207+186+182=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAB6 is #304549. Grayscale: #BFBFBF. Windows color (decimal): -3163466 or 11975375. OLE color: 11975375.

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

Color convert

RGB207186182-
CMYK00.100.120.19
HSL9.6º20.66%76.27%-
HSV(B)9.6º12.08%81.18%-
XYZ51.7351.7651.52-
YUV191.82122.46138.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=36%
G=32.35%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718618200.100.120.199.620.6676.27
HexCFBAB60AC13a154c
Octal31727226601214231225114
Binary110011111011101010110110010101100100111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAB6; }

 p { color: rgb(207,186,182); }

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

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

 a { background-color: rgb(207,186,182); }

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

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

 span { border-color: rgb(207,186,182); }

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