#CFBAB9

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

Shades of Cold Turkey #CFBAB9

Tints of Cold Turkey #CFBAB9

Color information

#CFBAB9 (or 0xCFBAB9) is unknown color: approx Cold Turkey. HEX triplet: CF, BA and B9. RGB value is (207,186,185). Sum of RGB (Red+Green+Blue) = 207+186+185=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAB9 is #304546. Grayscale: #C0C0C0. Windows color (decimal): -3163463 or 12171983. OLE color: 12171983.

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

Color convert

RGB207186185-
CMYK00.100.110.19
HSL2.73º18.64%76.86%-
HSV(B)2.73º10.63%81.18%-
XYZ52.0551.8953.17-
YUV192.16123.96138.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=35.81%
G=32.18%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718618500.100.110.192.7318.6476.86
HexCFBAB90AB133134d
Octal3172722710121323323115
Binary1100111110111010101110010101010111001111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAB9; }

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

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

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

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

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

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

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

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