#CFBAB5

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

Shades of Cold Turkey #CFBAB5

Tints of Cold Turkey #CFBAB5

Color information

#CFBAB5 (or 0xCFBAB5) is unknown color: approx Cold Turkey. HEX triplet: CF, BA and B5. RGB value is (207,186,181). Sum of RGB (Red+Green+Blue) = 207+186+181=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAB5 is #30454A. Grayscale: #BFBFBF. Windows color (decimal): -3163467 or 11909839. OLE color: 11909839.

HSL color Cylindrical-coordinate representation of color #CFBAB5: hue angle of 11.54º 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 #CFBAB5 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207186181-
CMYK00.100.130.19
HSL11.54º21.31%76.08%-
HSV(B)11.54º12.56%81.18%-
XYZ51.6351.7250.98-
YUV191.71121.96138.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=36.06%
G=32.40%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718618100.100.130.1911.5421.3176.08
HexCFBAB50AD13c154c
Octal31727226501215231425114
Binary110011111011101010110101010101101100111100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAB5; }

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

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

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

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

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

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

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

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